my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

nixpkgs/overlays/fixes: format

isabel d945d584 1a11bf43

+2 -2
+2 -2
modules/base/nixpkgs/overlays/fixes.nix
··· 1 1 # this file exists to work around issues with nixpkgs that may arise 2 2 # hopefully that means its empty a lot 3 3 _: prev: { 4 - matrix-synapse-unwrapped = prev.matrix-synapse-unwrapped.overrideAttrs (oa: { 4 + matrix-synapse-unwrapped = prev.matrix-synapse-unwrapped.overrideAttrs (_oa: { 5 5 version = "1.132.0"; 6 6 7 7 src = prev.fetchFromGitHub { ··· 22 22 }); 23 23 24 24 python313 = prev.python313.override { 25 - packageOverrides = pyfinal: pyprev: { 25 + packageOverrides = _pyfinal: pyprev: { 26 26 tpm2-pytss = pyprev.tpm2-pytss.overrideAttrs (oa: { 27 27 patches = oa.patches or [ ] ++ [ 28 28 # support cryptography >= 45.0.0