Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-02-27 11:18:18 +00:00
parent 043df13c1c
commit bd75498dd7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
description = "Nix tools to help you build portable services";
outputs = { self, nixpkgs, utils }: {
outputs = { self }: {
overlay = final: prev: prev.callPackage ./. { };
};
}