update flake

This commit is contained in:
TheWanderingCrow 2025-06-09 11:06:03 -04:00
parent 27af396b1f
commit 2141de8cb1
2 changed files with 42 additions and 1 deletions

41
flake.lock generated
View file

@ -56,6 +56,26 @@
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1749479111,
"narHash": "sha256-0cn4NGnYR3n0m8FPrt+pW817Cedi4vwOw3SgJaTcdcg=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "35e1f5a7c29f2b05e8f53177f6b5c71108c5f4c3",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"mnw": {
"locked": {
"lastModified": 1742255973,
@ -230,6 +250,25 @@
"type": "github"
}
},
"nixvirt": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1748140003,
"narHash": "sha256-DNBZmuk1YRM2PmwbHzVdXumRjCUzQkMarg4iI/37rOQ=",
"rev": "5dfe108fd859b122f9a96981cb6bc12297653d6c",
"revCount": 407,
"type": "tarball",
"url": "https://api.flakehub.com/f/pinned/AshleyYakeley/NixVirt/0.6.0/0197059a-e45f-7446-86b5-411ccc894ab0/source.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://flakehub.com/f/AshleyYakeley/NixVirt/%2A.tar.gz"
}
},
"nmd": {
"flake": false,
"locked": {
@ -292,11 +331,13 @@
"root": {
"inputs": {
"disko": "disko",
"home-manager": "home-manager",
"nix-darwin": "nix-darwin",
"nixpkgs": "nixpkgs",
"nixpkgs-darwin": "nixpkgs-darwin",
"nixpkgs-stable": "nixpkgs-stable",
"nixpkgs-unstable": "nixpkgs-unstable",
"nixvirt": "nixvirt",
"nvix": "nvix",
"sops-nix": "sops-nix"
}

View file

@ -24,7 +24,7 @@
name = host;
value = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs outputs;
inherit inputs outputs lib;
isDarwin = false;
};
modules = [./hosts/nixos/${host}];