diff options
author | Minijackson <minijackson@riseup.net> | 2021-11-07 23:09:34 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2021-11-07 23:09:34 +0100 |
commit | 517cabe8ec54d0bf5f5f9cc9089d76a1fad7bb6a (patch) | |
tree | 3140cf7b16727f4752633f4e6f5d098f23889af0 /flake.lock | |
download | pandoc-docbook-517cabe8ec54d0bf5f5f9cc9089d76a1fad7bb6a.tar.gz pandoc-docbook-517cabe8ec54d0bf5f5f9cc9089d76a1fad7bb6a.zip |
initial commit with PoC
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..39b7417 --- /dev/null +++ b/flake.lock | |||
@@ -0,0 +1,27 @@ | |||
1 | { | ||
2 | "nodes": { | ||
3 | "nixpkgs": { | ||
4 | "locked": { | ||
5 | "lastModified": 1636138231, | ||
6 | "narHash": "sha256-FZQ5wBcB9zI21uQMB/PaEQ/cLYk+Bwnig5cg1+2rPgg=", | ||
7 | "owner": "NixOS", | ||
8 | "repo": "nixpkgs", | ||
9 | "rev": "5c02380de3951d0237807c16eb19873cb3c5f75d", | ||
10 | "type": "github" | ||
11 | }, | ||
12 | "original": { | ||
13 | "owner": "NixOS", | ||
14 | "ref": "nixos-21.05", | ||
15 | "repo": "nixpkgs", | ||
16 | "type": "github" | ||
17 | } | ||
18 | }, | ||
19 | "root": { | ||
20 | "inputs": { | ||
21 | "nixpkgs": "nixpkgs" | ||
22 | } | ||
23 | } | ||
24 | }, | ||
25 | "root": "root", | ||
26 | "version": 7 | ||
27 | } | ||