diff options
author | Joris | 2022-09-04 21:51:40 +0200 |
---|---|---|
committer | Joris | 2022-09-04 21:51:40 +0200 |
commit | 57a1076a18ac82e603ffa9fc78f960ee373895d5 (patch) | |
tree | 800e66f532ccf823277fee5a894a68077b397d83 /flake.lock | |
parent | 5df9270538bfcc08c9726887c7b8f54eec894dce (diff) |
Improve build tooling
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..61aca1b --- /dev/null +++ b/flake.lock @@ -0,0 +1,42 @@ +{ + "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1659877975, + "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1662320704, + "narHash": "sha256-y5vVFelV8ptJPBp84pgtAG61+S1xcRkLK7OTL6SeELA=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "0973090c9b7d1b4db88628a7987471d8e398eb94", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |