(nixos) mx-puppet-discord: move to matrix category

This commit is contained in:
colin 2023-01-16 07:31:12 +00:00
parent 194a6b6cf4
commit ddb184b5ff
2 changed files with 8 additions and 2 deletions

View File

@ -8,7 +8,7 @@
name = "nixpkgs-patched-uninsane"; name = "nixpkgs-patched-uninsane";
src = nixpkgs; src = nixpkgs;
patches = import ./list.nix { patches = import ./list.nix {
inherit (nixpkgs.legacyPackages.${system}) fetchpatch; inherit (nixpkgs.legacyPackages.${system}) fetchpatch fetchurl;
}; };
}; };
patchedFlakeFor = system: import "${patchedPkgsFor system}/flake.nix"; patchedFlakeFor = system: import "${patchedPkgsFor system}/flake.nix";

View File

@ -1,4 +1,4 @@
{ fetchpatch }: [ { fetchpatch, fetchurl }: [
# librewolf: build with `MOZ_REQUIRE_SIGNING=false` # librewolf: build with `MOZ_REQUIRE_SIGNING=false`
(fetchpatch { (fetchpatch {
url = "https://github.com/NixOS/nixpkgs/pull/199134.diff"; url = "https://github.com/NixOS/nixpkgs/pull/199134.diff";
@ -20,6 +20,12 @@
sha256 = "sha256-L9Ie80loaP6yl5ZFnJ1b5WMDpvO1QFE8tbrW5HBauko="; sha256 = "sha256-L9Ie80loaP6yl5ZFnJ1b5WMDpvO1QFE8tbrW5HBauko=";
}) })
# nixos/mx-puppet-discord: move to matrix category
(fetchurl {
url = "https://git.uninsane.org/colin/nixpkgs/commit/87c877fff84717478a96d1b0c65bd2febd350dea.diff";
sha256 = "sha256-E5TonCj3f8j7kxApBq/suNT5mB7z8uD00NzI34Qh2SE=";
})
./2022-12-19-i2p-aarch64.patch ./2022-12-19-i2p-aarch64.patch
# # kaiteki: init at 2022-09-03 # # kaiteki: init at 2022-09-03