diff options
author | Adrian Kummerlaender | 2022-12-29 11:27:27 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2022-12-29 11:27:27 +0100 |
commit | 7d41e83b4f62c8f79be4a0e984a11941d55e66dc (patch) | |
tree | 11a2bf33ce4729f063e78005a8c0fba74bf51026 /flake.lock | |
parent | 6d353960542e5c95f29d45b9359db25945a414a4 (diff) | |
download | InputXSLT-master.tar InputXSLT-master.tar.gz InputXSLT-master.tar.bz2 InputXSLT-master.tar.lz InputXSLT-master.tar.xz InputXSLT-master.tar.zst InputXSLT-master.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 +} |