diff options
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 66 |
1 files changed, 41 insertions, 25 deletions
@@ -1,27 +1,15 @@ { "nodes": { "flake-utils": { - "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", - "type": "github" + "inputs": { + "systems": "systems" }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_2": { "locked": { - "lastModified": 1659877975, - "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", + "lastModified": 1681202837, + "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", "owner": "numtide", "repo": "flake-utils", - "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0", + "rev": "cfacdce06f30d2b68473a46042957675eebb3401", "type": "github" }, "original": { @@ -32,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1674895225, - "narHash": "sha256-bLsHYjLwAucPosyaUZppJaTcZIFHKaaqKqHp5oRaKmU=", + "lastModified": 1681756206, + "narHash": "sha256-7B2Jc1zosXvZJKlxTPBlGew0LeX/7cxguG/d3syc1JI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "60a31842643d7534e7fae7c008451a4885c33568", + "rev": "6eceb07c28016ec50dd683fda94995702b67e855", "type": "github" }, "original": { @@ -54,17 +42,17 @@ }, "rust-overlay": { "inputs": { - "flake-utils": "flake-utils_2", "nixpkgs": [ "nixpkgs" - ] + ], + "systems": "systems_2" }, "locked": { - "lastModified": 1674872860, - "narHash": "sha256-IH6FckXyjJ4atdYzIIkBBILucoFmjAqvm+NWqFqcmHg=", + "lastModified": 1681750108, + "narHash": "sha256-5PF33+dVZhvh5Ly5geW6gC8uDKlHQKLqVxesWDBfFps=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "bbc57d7aac4ac1ec0a68ff77a22d03622cc11246", + "rev": "cf102ae729aebb19ee9029ed51bc886a5cf6e056", "type": "github" }, "original": { @@ -72,6 +60,34 @@ "repo": "rust-overlay", "type": "github" } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_2": { + "flake": false, + "locked": { + "lastModified": 1, + "narHash": "sha256-cyfZqnwhPNzdfQnmUUUVK5fon88TSm/0CwgE7Lf+LDU=", + "path": "./systems.nix", + "type": "path" + }, + "original": { + "path": "./systems.nix", + "type": "path" + } } }, "root": "root", |