From 35bcbf7c35fb93e270255f521dd36affd5c808ae Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Mon, 2 Jan 2023 12:42:32 -0500 Subject: [PATCH] remove nix run --- rebuild-ubuntu.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rebuild-ubuntu.sh b/rebuild-ubuntu.sh index c3ce012..600ce55 100755 --- a/rebuild-ubuntu.sh +++ b/rebuild-ubuntu.sh @@ -1,6 +1,6 @@ #!/bin/bash -#git add . # YOLO -#nix build ./_ubuntu --extra-experimental-features "nix-command flakes" -vvv -nix run ./_ubuntu switch -vv +NIX_PATH=nixpkgs=/nix/var/nix/profiles/per-user/tyrel/channels/nixpkgs:/nix/var/nix/profiles/per-user/tyrel/channels + +#nix run ./_ubuntu switch -vv home-manager switch --flake ./_ubuntu