From f1889de3ce3949a8751561b3ee5074272637a968 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Fri, 4 Jun 2021 13:01:06 +0700 Subject: [PATCH] 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 --- hosts/winter/packages.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/winter/packages.nix b/hosts/winter/packages.nix index 67e193a..c05fa26 100644 --- a/hosts/winter/packages.nix +++ b/hosts/winter/packages.nix @@ -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";