aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock13
1 files changed, 13 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index f231e8c..36b84eb 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,17 @@
1{ 1{
2 "nodes": { 2 "nodes": {
3 "en": {
4 "flake": false,
5 "locked": {
6 "narHash": "sha256-iSqDnYvb2UdUAN7VR4NntsEkIqgTgdW8LRDgCAJhFe4=",
7 "type": "file",
8 "url": "https://www.gutenberg.org/cache/epub/29765/pg29765.txt"
9 },
10 "original": {
11 "type": "file",
12 "url": "https://www.gutenberg.org/cache/epub/29765/pg29765.txt"
13 }
14 },
3 "nixpkgs": { 15 "nixpkgs": {
4 "locked": { 16 "locked": {
5 "lastModified": 1677852945, 17 "lastModified": 1677852945,
@@ -15,6 +27,7 @@
15 }, 27 },
16 "root": { 28 "root": {
17 "inputs": { 29 "inputs": {
30 "en": "en",
18 "nixpkgs": "nixpkgs" 31 "nixpkgs": "nixpkgs"
19 } 32 }
20 } 33 }