From f22afd23c3b109d9d8841e70d209ae3fe3f993bc Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Tue, 22 Jul 2025 15:32:47 +0100 Subject: [PATCH] flake: Remove rycee's firefox addons repo --- flake.lock | 24 ------------------------ flake.nix | 5 ----- 2 files changed, 29 deletions(-) diff --git a/flake.lock b/flake.lock index 1bc273a..7aa0420 100644 --- a/flake.lock +++ b/flake.lock @@ -47,29 +47,6 @@ "type": "github" } }, - "firefox-addons": { - "inputs": { - "nixpkgs": [ - "nixpkgs-unstable" - ] - }, - "locked": { - "dir": "pkgs/firefox-addons", - "lastModified": 1753157005, - "narHash": "sha256-fTdJ2yYjR8O3kEWsveBGu/d8ilEFxVnGkF4wS3N1Was=", - "owner": "rycee", - "repo": "nur-expressions", - "rev": "a38f383959d8bf0c1d5d555469a4c63c4632701f", - "type": "gitlab" - }, - "original": { - "dir": "pkgs/firefox-addons", - "owner": "rycee", - "ref": "master", - "repo": "nur-expressions", - "type": "gitlab" - } - }, "flake-parts": { "inputs": { "nixpkgs-lib": "nixpkgs-lib" @@ -336,7 +313,6 @@ "inputs": { "agenix": "agenix", "colmena": "colmena", - "firefox-addons": "firefox-addons", "flake-parts": "flake-parts", "home-manager": "home-manager", "home-manager-unstable": "home-manager-unstable", diff --git a/flake.nix b/flake.nix index 0298a96..39bf975 100644 --- a/flake.nix +++ b/flake.nix @@ -55,11 +55,6 @@ flake = false; }; - firefox-addons = { - url = "gitlab:rycee/nur-expressions?ref=master&dir=pkgs/firefox-addons"; - inputs.nixpkgs.follows = "nixpkgs-unstable"; - }; - scoutshonour = { url = "git+https://git.qenya.tel/qenya/nix-scoutshonour?ref=main"; inputs.nixpkgs.follows = "nixpkgs-unstable";