throttled: add a patch

This commit is contained in:
2024-03-27 19:58:55 +02:00
committed by Motiejus Jakštys
parent 0b17f4cbc0
commit eb6b7bc000
3 changed files with 31 additions and 0 deletions

View File

@@ -114,6 +114,10 @@
# TODO: copied from 24.05
turbo = super.callPackage ./pkgs/turbo.nix {};
throttled = super.throttled.overrideAttrs (_: _: {
patches = [./pkgs/throttled.patch];
});
pkgs-unstable = import nixpkgs-unstable {
inherit (super) system;
};