diff options
-rw-r--r-- | install-arch.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install-arch.sh b/install-arch.sh index bde5c41..eeed231 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -195,6 +195,9 @@ nix-channel --add https://nixos.org/channels/nixpkgs-unstable nix-channel --update nix-env -u +## nix - debug help with "nix repl ." +echo "import <nixpkgs> {}" > ~/default.nix + # # # Problem solving |