diff options
| author | Xe Iaso <me@christine.website> | 2022-04-22 23:36:25 +0000 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-04-22 23:36:25 +0000 |
| commit | 2e539512b713ffcbb8de15e7318abcea5a3d9249 (patch) | |
| tree | b4ee0cafb7d0b774d323adcc8b87e7abd75d1164 /flake.lock | |
| parent | f51752ed3caaaff598099045b808afa4b96812ba (diff) | |
| download | xesite-2e539512b713ffcbb8de15e7318abcea5a3d9249.tar.xz xesite-2e539512b713ffcbb8de15e7318abcea5a3d9249.zip | |
convert to flakes
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..5d18956 --- /dev/null +++ b/flake.lock @@ -0,0 +1,75 @@ +{ + "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": 1650647760, + "narHash": "sha256-Ng8CGYLSTxeI+oEux0x+tSRA6K7ydoyfJNQf56ld+Uo=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "b80f570a92d04e8ace67ff09c34aa48708a5c88c", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "nixpkgs_2": { + "locked": { + "lastModified": 1650161686, + "narHash": "sha256-70ZWAlOQ9nAZ08OU6WY7n4Ij2kOO199dLfNlvO/+pf8=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "1ffba9f2f683063c2b14c9f4d12c55ad5f4ed887", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-unstable", + "type": "indirect" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "naersk": "naersk", + "nixpkgs": "nixpkgs_2" + } + } + }, + "root": "root", + "version": 7 +} |
