diff options
author | Soispha <soispha@vhack.eu> | 2023-05-27 16:49:13 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-27 16:49:13 +0200 |
commit | 826be31fa74fa5cd0badea00207512e4ab1d00e1 (patch) | |
tree | 99b3d4632c67bd4268b484fb0d5e5e65c8b446c2 /flake.lock | |
parent | Feat(shell): Init (diff) | |
download | flake-templates-826be31fa74fa5cd0badea00207512e4ab1d00e1.tar.gz flake-templates-826be31fa74fa5cd0badea00207512e4ab1d00e1.zip |
Fix(flake): Add the templates to the outputs
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..4a21b43 --- /dev/null +++ b/flake.lock @@ -0,0 +1,64 @@ +{ + "nodes": { + "flake-utils": { + "inputs": { + "systems": [ + "systems" + ] + }, + "locked": { + "lastModified": 1681202837, + "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "cfacdce06f30d2b68473a46042957675eebb3401", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1685012353, + "narHash": "sha256-U3oOge4cHnav8OLGdRVhL45xoRj4Ppd+It6nPC9nNIU=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "aeb75dba965e790de427b73315d5addf91a54955", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs", + "systems": "systems" + } + }, + "systems": { + "locked": { + "lastModified": 1680978846, + "narHash": "sha256-Gtqg8b/v49BFDpDetjclCYXm8mAnTrUzR0JnE2nv5aw=", + "owner": "nix-systems", + "repo": "x86_64-linux", + "rev": "2ecfcac5e15790ba6ce360ceccddb15ad16d08a8", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "x86_64-linux", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} |