delete(flake): delete goose-cli override
This commit is contained in:
parent
ac0ca93f94
commit
787fe6f7c9
1 changed files with 0 additions and 16 deletions
16
flake.nix
16
flake.nix
|
|
@ -152,22 +152,6 @@
|
|||
libfprint = super.libfprint.overrideAttrs (oldAttrs: {
|
||||
buildInputs = oldAttrs.buildInputs ++ [ super.nss ];
|
||||
});
|
||||
|
||||
goose-cli = super.goose-cli.overrideAttrs (oldAttrs: rec {
|
||||
version = "1.12.0";
|
||||
name = "${oldAttrs.pname}-${version}";
|
||||
src = oldAttrs.src.override {
|
||||
tag = "v${version}";
|
||||
hash = "sha256-L4bk5gU1rDNEiborsjmGdHOA457zbvw2MDs57+/54Nw=";
|
||||
};
|
||||
|
||||
cargoDeps = super.rustPlatform.fetchCargoVendor {
|
||||
inherit src name;
|
||||
hash = "sha256-+Jd00vNrQYC+B7MoiyM5V/rjM1RwYxQPEywJpUAoSNw=";
|
||||
};
|
||||
|
||||
checkFlags = oldAttrs.checkFlags or [ ];
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue