mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
something something cumulative updates
This commit is contained in:
parent
1d50fdc0e2
commit
3d382ef13c
14 changed files with 73 additions and 62 deletions
|
@ -2,6 +2,7 @@ _final: prev:
|
|||
let
|
||||
inherit (prev) callPackage;
|
||||
inherit (prev) fetchFromGitHub;
|
||||
inherit (prev) fetchpatch;
|
||||
in
|
||||
{
|
||||
|
||||
|
@ -15,10 +16,6 @@ in
|
|||
ianny = callPackage ../pkgs/ianny { };
|
||||
|
||||
tpm2-pkcs11 = prev.tpm2-pkcs11.override { fapiSupport = false; };
|
||||
# imv = prev.imv.override {
|
||||
# # freeimage is broken
|
||||
# withBackends = [ "libtiff" "libjpeg" "libpng" "librsvg" "libheif" ];
|
||||
# };
|
||||
zsh-fzf-tab = prev.zsh-fzf-tab.overrideAttrs (_: rec {
|
||||
version = "1.1.1";
|
||||
src = fetchFromGitHub {
|
||||
|
@ -46,5 +43,4 @@ in
|
|||
});
|
||||
};
|
||||
};
|
||||
# matrix-synapse-unwrapped = prev.matrix-synapse-unwrapped.overridePythonAttrs { doCheck = false; }; # todo skip right tests
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue