os/overlays/manix.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
120 B
Nix
Raw Normal View History

final: prev: {
2023-01-28 20:49:10 +00:00
manix = prev.manix.overrideAttrs (o: rec {
inherit (prev.sources.manix) pname version src;
});
}