export attribute in overlay
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
0ad783fd91
commit
138c25c1c3
|
@ -2,6 +2,6 @@
|
||||||
description = "Nix tools to help you build portable services";
|
description = "Nix tools to help you build portable services";
|
||||||
|
|
||||||
outputs = { self }: {
|
outputs = { self }: {
|
||||||
overlay = final: prev: prev.pkgs.callPackage ./. { };
|
overlay = final: prev: { portableService = prev.pkgs.callPackage ./. { }; };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue