Use fix for keychain on macOS

This commit is contained in:
Greg Hellings
2026-01-15 22:42:37 -06:00
parent fba2c7a002
commit bbacee1bd6
3 changed files with 8 additions and 8 deletions
+2 -1
View File
@@ -23,7 +23,8 @@
};
flake-parts.url = "github:hercules-ci/flake-parts";
hmunstable = {
url = "github:nix-community/home-manager/master";
#url = "github:nix-community/home-manager/master";
url = "github:greg-hellings/home-manager/fix/8570-nushell-parsing-fix";
inputs.nixpkgs.follows = "nixunstable";
};
proxmox.url = "github:greg-hellings/proxmox-nixos/fix/212-AcceptEnv-redefinition";