Flake update, cleanup

This commit is contained in:
2025-11-05 17:24:23 +03:00
parent f59e7aa05c
commit 3da1db7631
2 changed files with 12 additions and 17 deletions

24
flake.lock generated
View File

@@ -28,11 +28,11 @@
]
},
"locked": {
"lastModified": 1762204486,
"narHash": "sha256-W7Db8gIAxMsaogJWqFBNSpYSFER8hJLGanEyl8PhC+k=",
"lastModified": 1762351818,
"narHash": "sha256-0ptUDbYwxv1kk/uzEX4+NJjY2e16MaAhtzAOJ6K0TG0=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "95d65dddae7ae6300b22cf1d61cb5e71dca8da5b",
"rev": "b959c67241cae17fc9e4ee7eaf13dfa8512477ea",
"type": "github"
},
"original": {
@@ -77,11 +77,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1762179181,
"narHash": "sha256-T4+TNfXlF/gHbcNCC2HY7sMGBKgqNzyYeMBWmcbH7/o=",
"lastModified": 1762336257,
"narHash": "sha256-2u5rstcMTqpAr4UF+exs5WGOT62VJRb4yauR6JJHJXs=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "256770618502d2eda892af3ae91da5e386ce9586",
"rev": "d48e8f0e1691e0200a675c13df7c85e275090a15",
"type": "github"
},
"original": {
@@ -109,11 +109,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1762207084,
"narHash": "sha256-A3EgTo7QUJ4pXfcgAO9Pl27iVZxtpZtJO9FUKXSrkys=",
"lastModified": 1762349772,
"narHash": "sha256-ItRZP/bZ1cOL5kd70oyjR+9l9L32M2Zh6/ygZtrP1Jw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "4ead612ffb79b452cc2bfe61b0a2a987292c466b",
"rev": "c4e9b72d0bf394509a3b2aff27be35b7e3c99b85",
"type": "github"
},
"original": {
@@ -125,11 +125,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1761999846,
"narHash": "sha256-IYlYnp4O4dzEpL77BD/lj5NnJy2J8qbHkNSFiPBCbqo=",
"lastModified": 1762233356,
"narHash": "sha256-cGS3lLTYusbEP/IJIWGgnkzIl+FA5xDvtiHyjalGr4k=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3de8f8d73e35724bf9abef41f1bdbedda1e14a31",
"rev": "ca534a76c4afb2bdc07b681dbc11b453bab21af8",
"type": "github"
},
"original": {

View File

@@ -5,10 +5,5 @@
type = lib.types.int;
default = 10;
};
hm = lib.mkOption {
type = lib.types.attrsOf lib.types.anything;
default = { };
};
};
}