Actually use the stable branch of home manager

This commit is contained in:
Cameron Reed 2024-01-28 22:13:57 -07:00
parent 47df5590b0
commit c1463e04b0
2 changed files with 5 additions and 4 deletions

View File

@ -7,15 +7,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1706435589, "lastModified": 1705659542,
"narHash": "sha256-yhEYJxMv5BkfmUuNe4QELKo+V5eq1pwhtVs6kEziHfE=", "narHash": "sha256-WA3xVfAk1AYmFdwghT7mt/erYpsU6JPu9mdTEP/e9HQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "4d54c29bce71f8c261513e0662cc573d30f3e33e", "rev": "10cd9c53115061aa6a0a90aad0b0dde6a999cdb9",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-23.11",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }

View File

@ -5,7 +5,7 @@
inputs = { inputs = {
# Stable # Stable
nixpkgs.url = "nixpkgs/nixos-23.11"; nixpkgs.url = "nixpkgs/nixos-23.11";
home-manager.url = "github:nix-community/home-manager"; home-manager.url = "github:nix-community/home-manager/release-23.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";
# Unstable # Unstable