diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-01 00:30:42 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-01 00:33:57 +0200 |
commit | fbb66dd19eec244c1ed40456a6855755187104de (patch) | |
tree | 1db0c6103f200d38ba8bc6f2cd518b083c157cf3 /flake.lock | |
download | sky-info-fbb66dd19eec244c1ed40456a6855755187104de.tar.gz sky-info-fbb66dd19eec244c1ed40456a6855755187104de.tar.bz2 sky-info-fbb66dd19eec244c1ed40456a6855755187104de.zip |
Initial Commit
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..7e2af66 --- /dev/null +++ b/flake.lock @@ -0,0 +1,41 @@ +{ + "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1656065134, + "narHash": "sha256-oc6E6ByIw3oJaIyc67maaFcnjYOz1mMcOtHxbEf9NwQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "bee6a7250dd1b01844a2de7e02e4df7d8a0a206c", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1656401090, + "narHash": "sha256-bUS2nfQsvTQW2z8SK7oEFSElbmoBahOPtbXPm0AL3I4=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "16de63fcc54e88b9a106a603038dd5dd2feb21eb", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |