diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-20 20:43:04 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-20 20:43:32 -0700 |
| commit | 0339aad53006065276e90eecd6e812746a28dade (patch) | |
| tree | 934a589d403317130d3f3019be08b6d79318638d /flake | |
| parent | initial configuration for fail2ban (diff) | |
| download | infra-0339aad53006065276e90eecd6e812746a28dade.tar.gz | |
initial configuration for firefox
Diffstat (limited to '')
| -rw-r--r-- | flake.lock | 23 | ||||
| -rw-r--r-- | flake.nix | 5 |
2 files changed, 28 insertions, 0 deletions
@@ -107,6 +107,28 @@ "type": "github" } }, + "firefox-addons": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "dir": "pkgs/firefox-addons", + "lastModified": 1755702597, + "narHash": "sha256-Z56emoVLFBhX/WcoXWiXienLX8jHrBExyqQjNd5/r0k=", + "owner": "rycee", + "repo": "nur-expressions", + "rev": "2dcb371b407ba4009e27a8e8adf88e6f93d40bfb", + "type": "gitlab" + }, + "original": { + "dir": "pkgs/firefox-addons", + "owner": "rycee", + "repo": "nur-expressions", + "type": "gitlab" + } + }, "flake-compat": { "flake": false, "locked": { @@ -282,6 +304,7 @@ "darwin": "darwin_2", "disko": "disko", "emacs-overlay": "emacs-overlay", + "firefox-addons": "firefox-addons", "flake-parts": "flake-parts", "home-manager": "home-manager_2", "nixpkgs": "nixpkgs", @@ -41,6 +41,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + firefox-addons = { + url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + flake-parts = { url = "github:hercules-ci/flake-parts"; inputs.nixpkgs-lib.follows = "nixpkgs"; |
