aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2025-08-21 17:46:28 -0700
committerFranck Cuny <fcuny@roblox.com>2025-08-21 17:46:28 -0700
commitc192c1f2ad4ecb4058c231dc455fbfc738917bcd (patch)
treef5b3b97fa407b82bd983677c73fbb801be8389f6 /flake.nix
parentinitial configuration for firefox (diff)
downloadinfra-c192c1f2ad4ecb4058c231dc455fbfc738917bcd.tar.gz
split-up firefox configuration
Ensure we install the bin package, so that we can use the 1password extension (we need a signed binary for that).
Diffstat (limited to '')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index c19122e..eb12b3d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -41,8 +41,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
- firefox-addons = {
- url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
+ nur = {
+ url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};