diff options
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 47 |
1 files changed, 22 insertions, 25 deletions
@@ -15,59 +15,56 @@ "type": "github" } }, - "flake-utils": { + "flake-compat": { + "flake": false, "locked": { - "lastModified": 1638122382, - "narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "74f7e4319258e287b0f9cb95426c9853b282730b", + "lastModified": 1641205782, + "narHash": "sha256-4jY7RCWUoZ9cKD8co0/4tFARpWB+57+r1bLLvXNJliY=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "b7547d3eed6f32d06102ead8991ec52ab0a4f1a7", "type": "github" }, "original": { - "owner": "numtide", - "repo": "flake-utils", + "owner": "edolstra", + "repo": "flake-compat", "type": "github" } }, - "fup": { - "inputs": { - "flake-utils": "flake-utils" - }, + "nixlib": { "locked": { - "lastModified": 1638994888, - "narHash": "sha256-iz/ynGNZlvqKCOnFrEKqGA+BVKGQMG+g2JT+e3OOLN8=", + "lastModified": 1643502816, + "narHash": "sha256-Wrbt6Gs+hjXD3HUICPBJHKnHEUqiyx8rzHCgvqC1Bok=", "owner": "divnix", - "repo": "flake-utils-plus", - "rev": "b4f9f517574cb7bd6ee3f19c72c19634c9f536e1", + "repo": "nixpkgs.lib", + "rev": "ebed7ec5bcb5d01e298535989c6c321df18b631a", "type": "github" }, "original": { "owner": "divnix", - "repo": "flake-utils-plus", + "repo": "nixpkgs.lib", "type": "github" } }, "nixpkgs": { "locked": { - "lastModified": 1642388384, - "narHash": "sha256-ooGGteIJHxB0wIC6Hnn2Yn+rPPQR5yxO8GNu74OZoO0=", + "lastModified": 1643472818, + "narHash": "sha256-qzVPxKDUubYIxKRSuDl/JgzXWSmGvUVYny9SxFMfPJM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "fc618794a5faac44e203b3a66002bd8d883019c4", + "rev": "7f65e4abd5ecaad12d2d26e4380d1a7d8edafea7", "type": "github" }, "original": { - "owner": "NixOS", - "ref": "release-21.11", - "repo": "nixpkgs", - "type": "github" + "id": "nixpkgs", + "type": "indirect" } }, "root": { "inputs": { "devshell": "devshell", - "fup": "fup", + "flake-compat": "flake-compat", + "nixlib": "nixlib", "nixpkgs": "nixpkgs" } } |