remove nix-flakes script

i just pasted it in when i first started out, realised it's not
necessary since i already have flakes enabled
This commit is contained in:
LavaDesu 2021-06-04 13:01:06 +07:00
parent c36d8cd3c0
commit f1889de3ce
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -13,10 +13,6 @@
wget
gnome3.nautilus
(pkgs.writeShellScriptBin "nix-flakes" ''
exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@"
'')
];
environment.variables.EDITOR = "nvim";