adding overlay for portunus

This commit is contained in:
revol-xut 2023-04-26 15:42:15 +02:00
parent 88a2b6da9c
commit 09330c5204

View file

@ -123,4 +123,18 @@ in
};
};
};
nixpkgs.overlays = [
(self: super:
{
portunus = super.portunus.overrideAttrs (old: {
src = super.fetchFromGitHub {
owner = "revol-xut";
repo = "portunus";
rev = "4dc29febacb11c613785bc95352fa00e0ca9b14a";
sha256 = "sha256-6O2392aHXhgvgZf6ftDY5Bh6hG3OzzCnlriig/Vkkz8=";
};
});
})
];
}