We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb08b18 commit 8d868e0Copy full SHA for 8d868e0
templates/home-manager-standalone/flake.nix
@@ -1,14 +1,14 @@
1
{
2
inputs = {
3
- nixpkgs.url = "nixpkgs/nixos-24.11";
+ nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
4
5
blueprint = {
6
url = "github:numtide/blueprint";
7
inputs.nixpkgs.follows = "nixpkgs";
8
};
9
10
home-manager = {
11
- url = "github:nix-community/home-manager/release-24.11";
+ url = "github:nix-community/home-manager";
12
13
14
0 commit comments