Skip to content

Commit 8d868e0

Browse files
set nixpkgs unstable like the other templates.
1 parent cb08b18 commit 8d868e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/home-manager-standalone/flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
inputs = {
3-
nixpkgs.url = "nixpkgs/nixos-24.11";
3+
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
44

55
blueprint = {
66
url = "github:numtide/blueprint";
77
inputs.nixpkgs.follows = "nixpkgs";
88
};
99

1010
home-manager = {
11-
url = "github:nix-community/home-manager/release-24.11";
11+
url = "github:nix-community/home-manager";
1212
inputs.nixpkgs.follows = "nixpkgs";
1313
};
1414
};

0 commit comments

Comments
 (0)