NixOS and Home Manager config

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

nel.pet a8a5dc84 a46f29d5

verified
+10 -10
+8 -8
flake.lock
··· 7 7 ] 8 8 }, 9 9 "locked": { 10 - "lastModified": 1752544374, 11 - "narHash": "sha256-ReX0NG6nIAEtQQjLqeu1vUU2jjZuMlpymNtb4VQYeus=", 10 + "lastModified": 1752603129, 11 + "narHash": "sha256-S+wmHhwNQ5Ru689L2Gu8n1OD6s9eU9n9mD827JNR+kw=", 12 12 "owner": "nix-community", 13 13 "repo": "home-manager", 14 - "rev": "2e00ed310c218127e02ffcf28ddd4e0f669fde3e", 14 + "rev": "e8c19a3cec2814c754f031ab3ae7316b64da085b", 15 15 "type": "github" 16 16 }, 17 17 "original": { 18 18 "owner": "nix-community", 19 - "ref": "release-25.05", 19 + "ref": "master", 20 20 "repo": "home-manager", 21 21 "type": "github" 22 22 } 23 23 }, 24 24 "nixpkgs": { 25 25 "locked": { 26 - "lastModified": 1752436162, 27 - "narHash": "sha256-Kt1UIPi7kZqkSc5HVj6UY5YLHHEzPBkgpNUByuyxtlw=", 26 + "lastModified": 1752480373, 27 + "narHash": "sha256-JHQbm+OcGp32wAsXTE/FLYGNpb+4GLi5oTvCxwSoBOA=", 28 28 "owner": "nixos", 29 29 "repo": "nixpkgs", 30 - "rev": "dfcd5b901dbab46c9c6e80b265648481aafb01f8", 30 + "rev": "62e0f05ede1da0d54515d4ea8ce9c733f12d9f08", 31 31 "type": "github" 32 32 }, 33 33 "original": { 34 34 "owner": "nixos", 35 - "ref": "nixos-25.05", 35 + "ref": "nixos-unstable", 36 36 "repo": "nixpkgs", 37 37 "type": "github" 38 38 }
+2 -2
flake.nix
··· 2 2 description = "Home Manager configuration of nel"; 3 3 4 4 inputs = { 5 - nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; 5 + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; 6 6 home-manager = { 7 - url = "github:nix-community/home-manager/release-25.05"; 7 + url = "github:nix-community/home-manager/master"; 8 8 inputs.nixpkgs.follows = "nixpkgs"; 9 9 }; 10 10 };