summaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2021-06-15 17:36:43 +0200
committerMinijackson <minijackson@riseup.net>2021-06-15 17:36:43 +0200
commit9eef958cd0df0c2d87910d70e1e8344dff988070 (patch)
treee104b24e79c2bb5203342b5a0fd9f24a1d6ce8b7 /flake.lock
parent27d5fed11dca4b42b629921f1c14ca8bff16143b (diff)
downloadnixos-config-reborn-9eef958cd0df0c2d87910d70e1e8344dff988070.tar.gz
nixos-config-reborn-9eef958cd0df0c2d87910d70e1e8344dff988070.zip
firefox: init
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 },