adding overlay for portunus
This commit is contained in:
parent
88a2b6da9c
commit
09330c5204
|
@ -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=";
|
||||
};
|
||||
});
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue