summaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock82
1 files changed, 82 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..c0fde98
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,82 @@
1{
2 "nodes": {
3 "flake-utils": {
4 "locked": {
5 "lastModified": 1618217525,
6 "narHash": "sha256-WGrhVczjXTiswQaoxQ+0PTfbLNeOQM6M36zvLn78AYg=",
7 "owner": "numtide",
8 "repo": "flake-utils",
9 "rev": "c6169a2772643c4a93a0b5ac1c61e296cba68544",
10 "type": "github"
11 },
12 "original": {
13 "owner": "numtide",
14 "repo": "flake-utils",
15 "type": "github"
16 }
17 },
18 "home-manager": {
19 "inputs": {
20 "nixpkgs": [
21 "nixpkgs"
22 ]
23 },
24 "locked": {
25 "lastModified": 1617824794,
26 "narHash": "sha256-UGkvzx0nIXHhNq/KwJLjXvKAQRE2V33MuX+UirvqrkQ=",
27 "owner": "nix-community",
28 "repo": "home-manager",
29 "rev": "2aa20ae969f2597c4df10a094440a66e9d7f8c86",
30 "type": "github"
31 },
32 "original": {
33 "owner": "nix-community",
34 "ref": "release-20.09",
35 "repo": "home-manager",
36 "type": "github"
37 }
38 },
39 "nixpkgs": {
40 "locked": {
41 "lastModified": 1618750622,
42 "narHash": "sha256-AfRXbXH1t7WgDiHt+CWofoLuy12nfFTY4pZoGfPueQo=",
43 "owner": "NixOS",
44 "repo": "nixpkgs",
45 "rev": "b2a189a8618fc1ba61593016fe5699b38971b89f",
46 "type": "github"
47 },
48 "original": {
49 "owner": "NixOS",
50 "ref": "release-20.09",
51 "repo": "nixpkgs",
52 "type": "github"
53 }
54 },
55 "nixpkgs-unstable": {
56 "locked": {
57 "lastModified": 1618755104,
58 "narHash": "sha256-boqugaFW1nRuyu0w774WGgaaCEfCxn0Nf8z8GJziVmU=",
59 "owner": "NixOS",
60 "repo": "nixpkgs",
61 "rev": "5a333c5f091b88007caf1041bbb651867a449c5a",
62 "type": "github"
63 },
64 "original": {
65 "owner": "NixOS",
66 "ref": "master",
67 "repo": "nixpkgs",
68 "type": "github"
69 }
70 },
71 "root": {
72 "inputs": {
73 "flake-utils": "flake-utils",
74 "home-manager": "home-manager",
75 "nixpkgs": "nixpkgs",
76 "nixpkgs-unstable": "nixpkgs-unstable"
77 }
78 }
79 },
80 "root": "root",
81 "version": 7
82}