This commit is contained in:
atagen 2024-12-05 13:09:38 +11:00
parent c470c63ab2
commit bafb226314
15 changed files with 443 additions and 179 deletions

View file

@ -12,7 +12,10 @@
vendorHash = "sha256-NIhg8D8snCNxpb3i2JG5tLcZteYBCGN4QbOowG/vgJE=";
};
};
utillinux = final: prev: {
utillinux = prev.util-linux;
sirula = final: prev: {
sirula = prev.sirula.overrideAttrs {
version = "1.0.0-${builtins.toString inputs.sirula.lastModifiedDate}";
src = inputs.sirula;
};
};
}