Compare commits

..

No commits in common. "719511cee474ef767d3090ca69ea3bd6d841f5d3" and "b2b899b67ab0fec6c3c74a04c022582ad260a9f2" have entirely different histories.

2 changed files with 16 additions and 16 deletions

28
flake.lock generated
View File

@ -7,27 +7,27 @@
]
},
"locked": {
"lastModified": 1747556789,
"narHash": "sha256-7uHyVw9mhvTB6RS1WcIRsebBxj8SZAnlXxZarx7Xk7M=",
"lastModified": 1725180166,
"narHash": "sha256-fzssXuGR/mCeGbzM1ExaTqDz7QDGta3WA4jJsZyRruo=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "e08e6e2389234000b0447e57abf61d8ccd59a68e",
"rev": "471e3eb0a114265bcd62d11d58ba8d3421ee68eb",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"rev": "e08e6e2389234000b0447e57abf61d8ccd59a68e",
"rev": "471e3eb0a114265bcd62d11d58ba8d3421ee68eb",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1755330281,
"narHash": "sha256-aJHFJWP9AuI8jUGzI77LYcSlkA9wJnOIg4ZqftwNGXA=",
"lastModified": 1742376361,
"narHash": "sha256-VFMgJkp/COvkt5dnkZB4D2szVdmF6DGm5ZdVvTUy61c=",
"owner": "nixos",
"repo": "nixos-hardware",
"rev": "3dac8a872557e0ca8c083cdcfc2f218d18e113b0",
"rev": "daaae13dff0ecc692509a1332ff9003d9952d7a9",
"type": "github"
},
"original": {
@ -38,16 +38,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1756118950,
"narHash": "sha256-4a6FhTr4VcFEqFIUysjmVkRvYslO3RU0ug+XmiGq75E=",
"lastModified": 1742554312,
"narHash": "sha256-DJOKAFZMmFbRR12SQu/yXsgPG82fjkS0H7QvJJ82gi0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "edde2afc1f283db1cd3885392e6102c6d3c2b258",
"rev": "b393925ca6963c33dac1f65122802ffa6e06dd95",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "release-25.05",
"ref": "release-24.11",
"type": "indirect"
}
},
@ -66,11 +66,11 @@
]
},
"locked": {
"lastModified": 1754988908,
"narHash": "sha256-t+voe2961vCgrzPFtZxha0/kmFSHFobzF00sT8p9h0U=",
"lastModified": 1742406979,
"narHash": "sha256-r0aq70/3bmfjTP+JZs4+XV5SgmCtk1BLU4CQPWGtA7o=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "3223c7a92724b5d804e9988c6b447a0d09017d48",
"rev": "1770be8ad89e41f1ed5a60ce628dd10877cb3609",
"type": "github"
},
"original": {

View File

@ -2,13 +2,13 @@
description = "NixOS configurations for my machines";
inputs = {
nixpkgs.url = "nixpkgs/release-25.05";
nixpkgs.url = "nixpkgs/release-24.11";
nixos-hardware = {
url = github:nixos/nixos-hardware;
};
home-manager = {
# url = github:nix-community/home-manager;
url = github:nix-community/home-manager/e08e6e2389234000b0447e57abf61d8ccd59a68e;
url = github:nix-community/home-manager/471e3eb0a114265bcd62d11d58ba8d3421ee68eb;
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {