diff options
| author | seth <[email protected]> | 2023-12-11 06:44:34 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-11 06:44:34 -0500 |
| commit | 8ac8de2593a9f5e3c160f95358b4db75d3a04640 (patch) | |
| tree | 9d37f6a1c6466ebf944d562dc03081354ed40f5d /flake.nix | |
| parent | c99900f83de5f44797465845fe5ffb83efb286e0 (diff) | |
systems+seth: add inputs' to module.args; use flake for firefox addons
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -57,6 +57,14 @@ }; }; + firefox-addons = { + url = "sourcehut:~rycee/nur-expressions?dir=pkgs/firefox-addons"; + inputs = { + nixpkgs.follows = "nixpkgs"; + flake-utils.follows = "pre-commit/flake-utils"; + }; + }; + getchoo = { url = "github:getchoo/nix-exprs"; inputs.nixpkgs.follows = "nixpkgs"; @@ -108,8 +116,6 @@ }; }; - nur.url = "github:nix-community/NUR"; - openwrt-imagebuilder = { url = "github:astro/nix-openwrt-imagebuilder"; inputs.nixpkgs.follows = "nixpkgs"; |
