diff options
author | Joris | 2023-12-10 13:07:52 +0100 |
---|---|---|
committer | Joris | 2023-12-10 13:07:52 +0100 |
commit | a5605b5229d493e4d4ccadd18dcc70ec5d347c1e (patch) | |
tree | eb390db1cf992d15cf89e8a7fb6bbdfe473381ca | |
parent | c424b055e4a3e77ae07c9afe3b8b5dad752226d2 (diff) |
Update flake
-rw-r--r-- | flake.lock | 30 |
1 files changed, 24 insertions, 6 deletions
@@ -1,12 +1,15 @@ { "nodes": { "flake-utils": { + "inputs": { + "systems": "systems" + }, "locked": { - "lastModified": 1656928814, - "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "lastModified": 1701680307, + "narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=", "owner": "numtide", "repo": "flake-utils", - "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "rev": "4022d587cbbfd70fe950c1e2083a02621806a725", "type": "github" }, "original": { @@ -17,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1657454703, - "narHash": "sha256-WnQK55JKnsLbELodXl5sJnlYX/HP0SIKh8rb+AF/j9Q=", + "lastModified": 1702209402, + "narHash": "sha256-mqYYFhD1XPPVEY/PpWAgQ0vNwWI2AB8RGsTJbOCzkho=", "owner": "nixos", "repo": "nixpkgs", - "rev": "394025473abcbf0740c2e4e5e9a86a4084423331", + "rev": "b2f4b4b97cc79dea83c9f6772ab1eff4470b9e4d", "type": "github" }, "original": { @@ -35,6 +38,21 @@ "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", |