Back to upstream home-manager with merged fix
buildbot/nix-eval Build done.
buildbot/nix-build gitea:greg/nixos#checks.x86_64-linux.hm-linode Build done.
buildbot/nix-build gitea:greg/nixos#checks.x86_64-linux.hm-genesis Build done.
buildbot/nix-build gitea:greg/nixos#checks.x86_64-linux.hm-vm-gitlab Build done.
buildbot/nix-build gitea:greg/nixos#checks.x86_64-linux.hm-isaiah Build done.
buildbot/nix-build gitea:greg/nixos#checks.x86_64-linux.hm-zeke Build done.
buildbot/nix-build gitea:greg/nixos#checks.x86_64-linux.hm-jeremiah Build done.
buildbot/nix-build gitea:greg/nixos#checks.x86_64-linux.hm-exodus Build done.
buildbot/nix-build Build done.

This commit is contained in:
Greg Hellings
2026-01-15 22:43:32 -06:00
parent bbacee1bd6
commit 23f16917f5
2 changed files with 7 additions and 8 deletions
Generated
+6 -6
View File
@@ -365,16 +365,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1768421753, "lastModified": 1768434960,
"narHash": "sha256-bIV31sE1y3CM/5qjpLX0VulRKwBvEIZM75e/X6wnEaY=", "narHash": "sha256-cJbFn17oyg6qAraLr+NVeNJrXsrzJdrudkzI4H2iTcg=",
"owner": "greg-hellings", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "00cfc17cb168ac1fe21fb1ba2faccd44cac720d0", "rev": "b4d88c9ac42ae1a745283f6547701da43b6e9f9b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "greg-hellings", "owner": "nix-community",
"ref": "fix/8570-nushell-parsing-fix", "ref": "master",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
+1 -2
View File
@@ -23,8 +23,7 @@
}; };
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
hmunstable = { 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"; inputs.nixpkgs.follows = "nixunstable";
}; };
proxmox.url = "github:greg-hellings/proxmox-nixos/fix/212-AcceptEnv-redefinition"; proxmox.url = "github:greg-hellings/proxmox-nixos/fix/212-AcceptEnv-redefinition";