unify nix options

This commit is contained in:
insects 2024-08-10 21:05:54 +02:00
parent 27e703cf11
commit 240a170c53
6 changed files with 30 additions and 12 deletions

View file

@ -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