diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-04-14 13:05:52 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-04-14 13:06:26 +0200 |
commit | 938b56ee6d14a1232bd6527921464bc1f421b287 (patch) | |
tree | ef4a046040ab0c371e44282a7f224ba9d6e349bb /install-arch.sh | |
parent | 5e166144512c083e3919a5408e8051e05d89b3ab (diff) |
Add default.nix for easier debugging with repl
Diffstat (limited to 'install-arch.sh')
-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 |