summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-04-14 13:05:52 +0200
committerDaniel Weipert <code@drogueronin.de>2023-04-14 13:06:26 +0200
commit938b56ee6d14a1232bd6527921464bc1f421b287 (patch)
treeef4a046040ab0c371e44282a7f224ba9d6e349bb
parent5e166144512c083e3919a5408e8051e05d89b3ab (diff)
Add default.nix for easier debugging with repl
-rw-r--r--install-arch.sh3
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