prev.pkgs

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

View File

@ -2,6 +2,6 @@
description = "Nix tools to help you build portable services";
outputs = { self }: {
overlay = final: prev: prev.callPackage ./. { };
overlay = final: prev: prev.pkgs.callPackage ./. { };
};
}