diff options
author | Cara Salter <cara@devcara.com> | 2022-07-09 22:44:35 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-07-09 22:44:35 -0400 |
commit | 90823a79ef80f6a589a414fb8a3006c8ff17a95d (patch) | |
tree | d7124a7ab9e43f9e79a32375da3cea2a9c36a7e8 /flake.lock | |
parent | c9ff6a9d85fb50e0760acad921709582c2e402cb (diff) | |
download | homeworld-90823a79ef80f6a589a414fb8a3006c8ff17a95d.tar.gz homeworld-90823a79ef80f6a589a414fb8a3006c8ff17a95d.zip |
fmt
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/flake.lock b/flake.lock deleted file mode 100644 index 1dbda15..0000000 --- a/flake.lock +++ /dev/null @@ -1,74 +0,0 @@ -{ - "nodes": { - "flake-utils": { - "locked": { - "lastModified": 1652776076, - "narHash": "sha256-gzTw/v1vj4dOVbpBSJX4J0DwUR6LIyXo7/SuuTJp1kM=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "04c1b180862888302ddfb2e3ad9eaa63afc60cf8", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "naersk": { - "inputs": { - "nixpkgs": "nixpkgs" - }, - "locked": { - "lastModified": 1653413650, - "narHash": "sha256-wojDHjb+eU80MPH+3HQaK0liUy8EgR95rvmCl24i58Y=", - "owner": "nix-community", - "repo": "naersk", - "rev": "69daaceebe12c070cd5ae69ba38f277bbf033695", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "naersk", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1653326962, - "narHash": "sha256-W8feCYqKTsMre4nAEpv5Kx1PVFC+hao/LwqtB2Wci/8=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "41cc1d5d9584103be4108c1815c350e07c807036", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "type": "indirect" - } - }, - "nixpkgs_2": { - "locked": { - "lastModified": 1653326962, - "narHash": "sha256-W8feCYqKTsMre4nAEpv5Kx1PVFC+hao/LwqtB2Wci/8=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "41cc1d5d9584103be4108c1815c350e07c807036", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "type": "indirect" - } - }, - "root": { - "inputs": { - "flake-utils": "flake-utils", - "naersk": "naersk", - "nixpkgs": "nixpkgs_2" - } - } - }, - "root": "root", - "version": 7 -} |