parent
bd75498dd7
commit
0ad783fd91
|
@ -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.callPackage ./. { };
|
overlay = final: prev: prev.pkgs.callPackage ./. { };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue