X-Git-Url: https://git.ayoreis.com/machines.git/blobdiff_plain/5e0a5c52e7689f605d35b00d2a161ae68befc4f2..c5380c4f1ef06f29b144cc58f0c92ba9132cf335:/flake.lock diff --git a/flake.lock b/flake.lock index e73b6c7..7395637 100644 --- a/flake.lock +++ b/flake.lock @@ -19,6 +19,39 @@ "type": "indirect" } }, + "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1770491427, + "narHash": "sha256-8b+0vixdqGnIIcgsPhjdX7EGPdzcVQqYxF+ujjex654=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "cbd8a72e5fe6af19d40e2741dc440d9227836860", + "type": "github" + }, + "original": { + "id": "home-manager", + "type": "indirect" + } + }, + "nixos-hardware": { + "locked": { + "lastModified": 1769302137, + "narHash": "sha256-QEDtctEkOsbx8nlFh4yqPEOtr4tif6KTqWwJ37IM2ds=", + "owner": "NixOS", + "repo": "nixos-hardware", + "rev": "a351494b0e35fd7c0b7a1aae82f0afddf4907aa8", + "type": "github" + }, + "original": { + "id": "nixos-hardware", + "type": "indirect" + } + }, "nixpkgs": { "locked": { "lastModified": 1770380644, @@ -36,6 +69,8 @@ "root": { "inputs": { "disko": "disko", + "home-manager": "home-manager", + "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs" } }