summaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2021-11-08 16:26:42 +0100
committerMinijackson <minijackson@riseup.net>2021-11-08 16:26:42 +0100
commitc7026a993c4b837dcee39f669e1cc4123f4eb53d (patch)
tree8cfea3898b391a3c2ab8e48a7b1dd2b711456739 /flake.lock
downloadnix-module-doc-c7026a993c4b837dcee39f669e1cc4123f4eb53d.tar.gz
nix-module-doc-c7026a993c4b837dcee39f669e1cc4123f4eb53d.zip
initial commit
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock27
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..842821c
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
1{
2 "nodes": {
3 "nixpkgs": {
4 "locked": {
5 "lastModified": 1636196544,
6 "narHash": "sha256-15s56Yu3vF8Na4yx4HkNc3997WZltOIB2CT1sOiCKKM=",
7 "owner": "NixOS",
8 "repo": "nixpkgs",
9 "rev": "ce48bcdde86eef5780a60bea55b9bc9dbd8248cd",
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}