diff options
author | Joris | 2022-07-10 14:17:39 +0200 |
---|---|---|
committer | Joris | 2022-07-10 14:31:36 +0200 |
commit | c1e387f2f84014cc7872b5cfcc5865fd2db2b968 (patch) | |
tree | 3f3fcb2fb288644d34703504bb22c3ae3b5e2387 /flake.lock | |
parent | 0a9981f655c99833f247e49699ff480aecc4c5be (diff) |
Write recipes in markdown and transform with pandoc
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..27c6cf2 --- /dev/null +++ b/flake.lock @@ -0,0 +1,42 @@ +{ + "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1657454703, + "narHash": "sha256-WnQK55JKnsLbELodXl5sJnlYX/HP0SIKh8rb+AF/j9Q=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "394025473abcbf0740c2e4e5e9a86a4084423331", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |