fix: move environment out of nix
This commit is contained in:
parent
24ffd6d7ce
commit
8f12b248d5
1 changed files with 12 additions and 12 deletions
|
@ -51,6 +51,7 @@
|
|||
|
||||
# Garbage collection.
|
||||
gc.automatic = true;
|
||||
};
|
||||
|
||||
# More useful repl.
|
||||
environment.systemPackages = let
|
||||
|
@ -64,5 +65,4 @@
|
|||
nrepl
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue