diff options
Diffstat (limited to 'flake.lock')
| -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": 1678901627, -        "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", +        "lastModified": 1681037374, +        "narHash": "sha256-XL6X3VGbEFJZDUouv2xpKg2Aljzu/etPLv5e1FPt1q0=",          "owner": "numtide",          "repo": "flake-utils", -        "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", +        "rev": "033b9f258ca96a10e543d4442071f614dc3f8412",          "type": "github"        },        "original": { @@ -17,11 +20,11 @@      },      "nixpkgs": {        "locked": { -        "lastModified": 1678875422, -        "narHash": "sha256-T3o6NcQPwXjxJMn2shz86Chch4ljXgZn746c2caGxd8=", +        "lastModified": 1681092589, +        "narHash": "sha256-I11GYL+6yD6dX89H0WaMiptE52NZ2Tmx+rA23TUyfH8=",          "owner": "NixOS",          "repo": "nixpkgs", -        "rev": "126f49a01de5b7e35a43fd43f891ecf6d3a51459", +        "rev": "83ca2cd74539fb8e79d46e233f6bb1d978c36f32",          "type": "github"        },        "original": { @@ -36,6 +39,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", | 
