summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-01-30 08:45:31 -0500
committerSeth Flynn <[email protected]>2025-01-30 08:58:26 -0500
commit5abb159e0cb609adc86a3238c84656a83031fe9b (patch)
treef949381db3067d015bf356061141a0be0f273ad0 /flake.nix
parent6abd00bd920fe261a6ce4940729eb703101431af (diff)
seth/firefox: use policies for addons
• Updated input 'arkenfox/flake-utils': follows 'firefox-addons/flake-utils' → 'github:numtide/flake-utils/11707dc2f618dd54ca8739b309ec4fc024de578b?narHash=sha256-l0KFg5HjrsfsO/JpG%2Br7fRrqm12kzFHyUHqHCVpMMbI%3D' (2024-11-13) • Added input 'arkenfox/flake-utils/systems': 'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e?narHash=sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768%3D' (2023-04-09) • Removed input 'firefox-addons' • Removed input 'firefox-addons/flake-utils' • Removed input 'firefox-addons/nixpkgs' • Updated input 'getchpkgs': 'github:getchoo/nix-exprs/baa8923dc7ecf5777be406ee4ce1de60e826d6e3?narHash=sha256-9SFHBauH0bi9lX5DlienIOPfmYpwyWaPRP91rzKoP3U%3D' (2025-01-25) → 'github:getchoo/nix-exprs/83a7516b7f38b20265709e77daf387b62b488a88?narHash=sha256-Whby1065h8T3VGaaK4r5WEt0uow7ilOV9NHQewVGQnI%3D' (2025-01-30)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/flake.nix b/flake.nix
index 7d5afb0..42fa975 100644
--- a/flake.nix
+++ b/flake.nix
@@ -67,7 +67,6 @@
nixpkgs.follows = "nixpkgs";
flake-compat.follows = "";
pre-commit.follows = "";
- flake-utils.follows = "firefox-addons/flake-utils";
};
};
@@ -86,13 +85,6 @@
};
};
- firefox-addons = {
- url = "sourcehut:~rycee/nur-expressions?dir=pkgs/firefox-addons";
- inputs = {
- nixpkgs.follows = "nixpkgs";
- };
- };
-
getchpkgs = {
url = "github:getchoo/nix-exprs";
inputs.nixpkgs.follows = "nixpkgs";