diff options
author | Cara Salter <cara@devcara.com> | 2022-04-27 13:56:24 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-04-27 13:56:24 -0400 |
commit | be5f240ca895001314a4474c6a26e7f4e704c57f (patch) | |
tree | 2ae214fa5a612b90740a03b53204fccb86de65c8 /flake.lock | |
download | solard-be5f240ca895001314a4474c6a26e7f4e704c57f.tar.gz solard-be5f240ca895001314a4474c6a26e7f4e704c57f.zip |
Flake deployment
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..fcadb6b --- /dev/null +++ b/flake.lock @@ -0,0 +1,74 @@ +{ + "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1649676176, + "narHash": "sha256-OWKJratjt2RW151VUlJPRALb7OU2S5s+f0vLj4o1bHM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "a4b154ebbdc88c8498a5c7b01589addc9e9cb678", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "naersk": { + "inputs": { + "nixpkgs": "nixpkgs" + }, + "locked": { + "lastModified": 1650265945, + "narHash": "sha256-SO8+1db4jTOjnwP++29vVgImLIfETSXyoz0FuLkiikE=", + "owner": "nix-community", + "repo": "naersk", + "rev": "e8f9f8d037774becd82fce2781e1abdb7836d7df", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "naersk", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1650194139, + "narHash": "sha256-kurZsqeOw5fpqA/Ig+8tHvbjwzs5P9AE6WUKOX1m6qM=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "bd4dffcdb7c577d74745bd1eff6230172bd176d5", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "nixpkgs_2": { + "locked": { + "lastModified": 1650194139, + "narHash": "sha256-kurZsqeOw5fpqA/Ig+8tHvbjwzs5P9AE6WUKOX1m6qM=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "bd4dffcdb7c577d74745bd1eff6230172bd176d5", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "naersk": "naersk", + "nixpkgs": "nixpkgs_2" + } + } + }, + "root": "root", + "version": 7 +} |