summaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock59
1 files changed, 49 insertions, 10 deletions
diff --git a/flake.lock b/flake.lock
index c0fde98..a1eb5e8 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,11 +2,26 @@
2 "nodes": { 2 "nodes": {
3 "flake-utils": { 3 "flake-utils": {
4 "locked": { 4 "locked": {
5 "lastModified": 1618217525, 5 "lastModified": 1620759905,
6 "narHash": "sha256-WGrhVczjXTiswQaoxQ+0PTfbLNeOQM6M36zvLn78AYg=", 6 "narHash": "sha256-WiyWawrgmyN0EdmiHyG2V+fqReiVi8bM9cRdMaKQOFg=",
7 "owner": "numtide", 7 "owner": "numtide",
8 "repo": "flake-utils", 8 "repo": "flake-utils",
9 "rev": "c6169a2772643c4a93a0b5ac1c61e296cba68544", 9 "rev": "b543720b25df6ffdfcf9227afafc5b8c1fabfae8",
10 "type": "github"
11 },
12 "original": {
13 "owner": "numtide",
14 "repo": "flake-utils",
15 "type": "github"
16 }
17 },
18 "flake-utils_2": {
19 "locked": {
20 "lastModified": 1610051610,
21 "narHash": "sha256-U9rPz/usA1/Aohhk7Cmc2gBrEEKRzcW4nwPWMPwja4Y=",
22 "owner": "numtide",
23 "repo": "flake-utils",
24 "rev": "3982c9903e93927c2164caa727cd3f6a0e6d14cc",
10 "type": "github" 25 "type": "github"
11 }, 26 },
12 "original": { 27 "original": {
@@ -36,13 +51,36 @@
36 "type": "github" 51 "type": "github"
37 } 52 }
38 }, 53 },
54 "neovim-master": {
55 "inputs": {
56 "flake-utils": "flake-utils_2",
57 "nixpkgs": [
58 "nixpkgs-unstable"
59 ]
60 },
61 "locked": {
62 "dir": "contrib",
63 "lastModified": 1620779525,
64 "narHash": "sha256-k4ePrffhuZoSDqZMOMHx1Rb/ehd6cjvJvc/Wh9Wr8Rg=",
65 "owner": "neovim",
66 "repo": "neovim",
67 "rev": "61aefaf2993c0b55f6123ba4b0bd41b1caf1fcd3",
68 "type": "github"
69 },
70 "original": {
71 "dir": "contrib",
72 "owner": "neovim",
73 "repo": "neovim",
74 "type": "github"
75 }
76 },
39 "nixpkgs": { 77 "nixpkgs": {
40 "locked": { 78 "locked": {
41 "lastModified": 1618750622, 79 "lastModified": 1620808985,
42 "narHash": "sha256-AfRXbXH1t7WgDiHt+CWofoLuy12nfFTY4pZoGfPueQo=", 80 "narHash": "sha256-cf/+g1RVawT0rcKmfh2nf/lgnSrj9YZS+1PkCFmoeJQ=",
43 "owner": "NixOS", 81 "owner": "NixOS",
44 "repo": "nixpkgs", 82 "repo": "nixpkgs",
45 "rev": "b2a189a8618fc1ba61593016fe5699b38971b89f", 83 "rev": "327368f98c6a927a84aed3c2f2fd1a7f6983e855",
46 "type": "github" 84 "type": "github"
47 }, 85 },
48 "original": { 86 "original": {
@@ -54,16 +92,16 @@
54 }, 92 },
55 "nixpkgs-unstable": { 93 "nixpkgs-unstable": {
56 "locked": { 94 "locked": {
57 "lastModified": 1618755104, 95 "lastModified": 1620741912,
58 "narHash": "sha256-boqugaFW1nRuyu0w774WGgaaCEfCxn0Nf8z8GJziVmU=", 96 "narHash": "sha256-TvAEtovofPE7CQiRt2+LNmn2qeCMF1gLXAfs34a0zqA=",
59 "owner": "NixOS", 97 "owner": "NixOS",
60 "repo": "nixpkgs", 98 "repo": "nixpkgs",
61 "rev": "5a333c5f091b88007caf1041bbb651867a449c5a", 99 "rev": "ca26ea50d66737922d0edfaaf07449576ece7f8c",
62 "type": "github" 100 "type": "github"
63 }, 101 },
64 "original": { 102 "original": {
65 "owner": "NixOS", 103 "owner": "NixOS",
66 "ref": "master", 104 "ref": "nixos-unstable",
67 "repo": "nixpkgs", 105 "repo": "nixpkgs",
68 "type": "github" 106 "type": "github"
69 } 107 }
@@ -72,6 +110,7 @@
72 "inputs": { 110 "inputs": {
73 "flake-utils": "flake-utils", 111 "flake-utils": "flake-utils",
74 "home-manager": "home-manager", 112 "home-manager": "home-manager",
113 "neovim-master": "neovim-master",
75 "nixpkgs": "nixpkgs", 114 "nixpkgs": "nixpkgs",
76 "nixpkgs-unstable": "nixpkgs-unstable" 115 "nixpkgs-unstable": "nixpkgs-unstable"
77 } 116 }