chore: time to downgrade, firefox is broken

This commit is contained in:
oddlama 2024-08-19 13:48:22 +02:00
parent a9ba1527ca
commit 2fece6e5cc
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 67 additions and 82 deletions

View file

@ -5,21 +5,6 @@ _inputs: [
deploy = prev.callPackage ./deploy.nix {};
git-fuzzy = prev.callPackage ./git-fuzzy {};
stalwart-mail = builtins.trace "remove once 0.9.1 is stable" (prev.callPackage ./stal.nix {});
delta = builtins.trace "remove once #334814" (prev.delta.overrideAttrs (old: rec {
version = "0.17.0-unstable-2024-08-12";
src = prev.fetchFromGitHub {
owner = "dandavison";
repo = "delta";
rev = "a01141b72001f4c630d77cf5274267d7638851e4";
hash = "sha256-My51pQw5a2Y2VTu39MmnjGfmCavg8pFqOmOntUildS0=";
};
cargoDeps = old.cargoDeps.overrideAttrs (_c_old: {
inherit src;
outputHash = "sha256-TJ/yLt53hKElylycUfGV8JGt7GzqSnIO3ImhZvhVQu0=";
});
}));
kanidm = prev.kanidm.overrideAttrs (old: let
provisionSrc = prev.fetchFromGitHub {
owner = "oddlama";