NixOS and Home Manager config

feat: nixpkgs + home-manager -> unstable/master

nel.pet a8a5dc84 a46f29d5

verified
Changed files
+10 -10
+8 -8
flake.lock
···
]
},
"locked": {
-
"lastModified": 1752544374,
-
"narHash": "sha256-ReX0NG6nIAEtQQjLqeu1vUU2jjZuMlpymNtb4VQYeus=",
+
"lastModified": 1752603129,
+
"narHash": "sha256-S+wmHhwNQ5Ru689L2Gu8n1OD6s9eU9n9mD827JNR+kw=",
"owner": "nix-community",
"repo": "home-manager",
-
"rev": "2e00ed310c218127e02ffcf28ddd4e0f669fde3e",
+
"rev": "e8c19a3cec2814c754f031ab3ae7316b64da085b",
"type": "github"
},
"original": {
"owner": "nix-community",
-
"ref": "release-25.05",
+
"ref": "master",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
-
"lastModified": 1752436162,
-
"narHash": "sha256-Kt1UIPi7kZqkSc5HVj6UY5YLHHEzPBkgpNUByuyxtlw=",
+
"lastModified": 1752480373,
+
"narHash": "sha256-JHQbm+OcGp32wAsXTE/FLYGNpb+4GLi5oTvCxwSoBOA=",
"owner": "nixos",
"repo": "nixpkgs",
-
"rev": "dfcd5b901dbab46c9c6e80b265648481aafb01f8",
+
"rev": "62e0f05ede1da0d54515d4ea8ce9c733f12d9f08",
"type": "github"
},
"original": {
"owner": "nixos",
-
"ref": "nixos-25.05",
+
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
+2 -2
flake.nix
···
description = "Home Manager configuration of nel";
inputs = {
-
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
+
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
-
url = "github:nix-community/home-manager/release-25.05";
+
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs";
};
};