mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
reset
This commit is contained in:
parent
d485009ad0
commit
4482c5228d
1 changed files with 3 additions and 7 deletions
|
|
@ -1,17 +1,13 @@
|
|||
self: super: {
|
||||
halloy = super.halloy.overrideAttrs (oldAttrs: rec {
|
||||
halloy = super.halloy.overrideAttrs (oldAttrs: {
|
||||
version = "2025.5";
|
||||
src = super.fetchFromGitHub {
|
||||
owner = "squidowl";
|
||||
repo = "halloy";
|
||||
rev = "2025.5";
|
||||
sha256 = "sha256-cG/B6oiRkyoC5fK7bLdCDQYZymfMZspWXvOkqpwHRPk="; # Will get proper hash from error
|
||||
sha256 = "sha256-cG/B6oiRkyoC5fK7bLdCDQYZymfMZspWXvOkqpwHRPk="; # ← Replace after build
|
||||
};
|
||||
cargoDeps = oldAttrs.cargoDeps.overrideAttrs (super.lib.const {
|
||||
name = "${pname}-${version}-vendor";
|
||||
inherit src;
|
||||
outputHash = "0000000000000000000000000000000000000000000000000000"; # Will get proper hash from error
|
||||
});
|
||||
cargoHash = ""; # ← Let Nix calculate this
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue