fix: move environment out of nix

This commit is contained in:
punkfairie 2025-05-25 20:07:22 -07:00
parent 24ffd6d7ce
commit 8f12b248d5
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -51,6 +51,7 @@
# Garbage collection.
gc.automatic = true;
};
# More useful repl.
environment.systemPackages = let
@ -64,5 +65,4 @@
nrepl
];
};
};
}