unify nix options
This commit is contained in:
parent
27e703cf11
commit
240a170c53
6 changed files with 30 additions and 12 deletions
|
@ -10,7 +10,7 @@
|
|||
, ...
|
||||
}: {
|
||||
default = pkgs.mkShell {
|
||||
NIX_CONFIG = "extra-experimental-features = nix-command flakes repl-flake";
|
||||
NIX_CONFIG = "extra-experimental-features = nix-command flakes";
|
||||
nativeBuildInputs = with pkgs; [
|
||||
home-manager
|
||||
git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue