parent
043df13c1c
commit
bd75498dd7
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
description = "Nix tools to help you build portable services";
|
description = "Nix tools to help you build portable services";
|
||||||
|
|
||||||
outputs = { self, nixpkgs, utils }: {
|
outputs = { self }: {
|
||||||
overlay = final: prev: prev.callPackage ./. { };
|
overlay = final: prev: prev.callPackage ./. { };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue