diff options
| author | Franck Cuny <fcuny@roblox.com> | 2025-08-21 17:46:28 -0700 |
|---|---|---|
| committer | Franck Cuny <fcuny@roblox.com> | 2025-08-21 17:46:28 -0700 |
| commit | c192c1f2ad4ecb4058c231dc455fbfc738917bcd (patch) | |
| tree | f5b3b97fa407b82bd983677c73fbb801be8389f6 /flake.nix | |
| parent | initial configuration for firefox (diff) | |
| download | infra-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 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; }; |
