diff options
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 28 |
1 files changed, 24 insertions, 4 deletions
@@ -1,9 +1,14 @@ | |||
1 | { | 1 | { |
2 | "nodes": { | 2 | "nodes": { |
3 | "firefox-addons": { | 3 | "firefox-addons": { |
4 | "flake": false, | 4 | "inputs": { |
5 | "flake-utils": "flake-utils", | ||
6 | "nixpkgs": [ | ||
7 | "nixpkgs-unstable" | ||
8 | ] | ||
9 | }, | ||
5 | "locked": { | 10 | "locked": { |
6 | "dir": "pkgs/firefox/addons", | 11 | "dir": "pkgs/firefox-addons", |
7 | "lastModified": 1680205312, | 12 | "lastModified": 1680205312, |
8 | "narHash": "sha256-ogfpJhiNgXUbjHBOLIuUDlrta4cwjzaA95iG893OUQ0=", | 13 | "narHash": "sha256-ogfpJhiNgXUbjHBOLIuUDlrta4cwjzaA95iG893OUQ0=", |
9 | "owner": "rycee", | 14 | "owner": "rycee", |
@@ -12,7 +17,7 @@ | |||
12 | "type": "gitlab" | 17 | "type": "gitlab" |
13 | }, | 18 | }, |
14 | "original": { | 19 | "original": { |
15 | "dir": "pkgs/firefox/addons", | 20 | "dir": "pkgs/firefox-addons", |
16 | "owner": "rycee", | 21 | "owner": "rycee", |
17 | "repo": "nur-expressions", | 22 | "repo": "nur-expressions", |
18 | "type": "gitlab" | 23 | "type": "gitlab" |
@@ -33,6 +38,21 @@ | |||
33 | "type": "github" | 38 | "type": "github" |
34 | } | 39 | } |
35 | }, | 40 | }, |
41 | "flake-utils_2": { | ||
42 | "locked": { | ||
43 | "lastModified": 1678901627, | ||
44 | "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", | ||
45 | "owner": "numtide", | ||
46 | "repo": "flake-utils", | ||
47 | "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", | ||
48 | "type": "github" | ||
49 | }, | ||
50 | "original": { | ||
51 | "owner": "numtide", | ||
52 | "repo": "flake-utils", | ||
53 | "type": "github" | ||
54 | } | ||
55 | }, | ||
36 | "home-manager": { | 56 | "home-manager": { |
37 | "inputs": { | 57 | "inputs": { |
38 | "nixpkgs": [ | 58 | "nixpkgs": [ |
@@ -106,7 +126,7 @@ | |||
106 | "root": { | 126 | "root": { |
107 | "inputs": { | 127 | "inputs": { |
108 | "firefox-addons": "firefox-addons", | 128 | "firefox-addons": "firefox-addons", |
109 | "flake-utils": "flake-utils", | 129 | "flake-utils": "flake-utils_2", |
110 | "home-manager": "home-manager", | 130 | "home-manager": "home-manager", |
111 | "musnix": "musnix", | 131 | "musnix": "musnix", |
112 | "nixpkgs": "nixpkgs", | 132 | "nixpkgs": "nixpkgs", |