diff --git a/common/default.nix b/common/default.nix index 9d47862..c7b3156 100644 --- a/common/default.nix +++ b/common/default.nix @@ -31,7 +31,7 @@ nix = { # Allow deleting store files with '.' in the name - package = pkgs.nixUnstable.overrideAttrs (oldAttrs: { + package = pkgs.nix.overrideAttrs (oldAttrs: { patches = (oldAttrs.patches or []) ++ [