diff options
| author | Fuwn <[email protected]> | 2024-10-02 13:04:37 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-02 13:38:02 +0000 |
| commit | b98ca4721e37fb3d45e9a092984b84a3b662c401 (patch) | |
| tree | 46db64d6ea99e5b1b80776b391cb1fd7c2a4b626 /flake.lock | |
| parent | docs(readme): update fields (diff) | |
| download | pia.nix-b98ca4721e37fb3d45e9a092984b84a3b662c401.tar.xz pia.nix-b98ca4721e37fb3d45e9a092984b84a3b662c401.zip | |
feat(flake.nix): multi-system nixos module
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,5 +1,23 @@ { "nodes": { + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1726560853, + "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1727672256, @@ -18,8 +36,24 @@ }, "root": { "inputs": { + "flake-utils": "flake-utils", "nixpkgs": "nixpkgs" } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } } }, "root": "root", |