diff options
author | Adrian Kummerlaender | 2023-01-02 11:54:20 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2023-01-02 11:54:20 +0100 |
commit | 8649a521f6c6e073e75fb101f2546a016bb87dda (patch) | |
tree | b29c02e3407a50c1eed98cc50e78e4f383aded1a /flake.lock | |
parent | d864699c5ddd744ee7376c0d752b6bbb771429a2 (diff) | |
download | compustream-8649a521f6c6e073e75fb101f2546a016bb87dda.tar compustream-8649a521f6c6e073e75fb101f2546a016bb87dda.tar.gz compustream-8649a521f6c6e073e75fb101f2546a016bb87dda.tar.bz2 compustream-8649a521f6c6e073e75fb101f2546a016bb87dda.tar.lz compustream-8649a521f6c6e073e75fb101f2546a016bb87dda.tar.xz compustream-8649a521f6c6e073e75fb101f2546a016bb87dda.tar.zst compustream-8649a521f6c6e073e75fb101f2546a016bb87dda.zip |
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..42b6658 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1659914493, + "narHash": "sha256-lkA5X3VNMKirvA+SUzvEhfA7XquWLci+CGi505YFAIs=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "022caabb5f2265ad4006c1fa5b1ebe69fb0c3faf", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-21.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |