forked from mirrors_public/oddlama_nix-config
chore: time to downgrade, firefox is broken
This commit is contained in:
parent
a9ba1527ca
commit
2fece6e5cc
2 changed files with 67 additions and 82 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue