summaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock18
1 files changed, 17 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index 1f5c90d..b84717b 100644
--- a/flake.lock
+++ b/flake.lock
@@ -106,13 +106,29 @@
106 "type": "github" 106 "type": "github"
107 } 107 }
108 }, 108 },
109 "nur": {
110 "locked": {
111 "lastModified": 1623766295,
112 "narHash": "sha256-vhUc/wQPsNrGz6nTRX6JhW/HMICQxtb+tSazduOoF9o=",
113 "owner": "nix-community",
114 "repo": "NUR",
115 "rev": "14e2122b8b1a82c149b93a97fcbb7a68bdd052ba",
116 "type": "github"
117 },
118 "original": {
119 "owner": "nix-community",
120 "repo": "NUR",
121 "type": "github"
122 }
123 },
109 "root": { 124 "root": {
110 "inputs": { 125 "inputs": {
111 "flake-utils": "flake-utils", 126 "flake-utils": "flake-utils",
112 "home-manager": "home-manager", 127 "home-manager": "home-manager",
113 "neovim-master": "neovim-master", 128 "neovim-master": "neovim-master",
114 "nixpkgs": "nixpkgs", 129 "nixpkgs": "nixpkgs",
115 "nixpkgs-unstable": "nixpkgs-unstable" 130 "nixpkgs-unstable": "nixpkgs-unstable",
131 "nur": "nur"
116 } 132 }
117 } 133 }
118 }, 134 },