use dedicated pkgs dir

This commit is contained in:
Daylin Morgan 2024-03-26 10:27:50 -05:00
parent 6d3cb34c70
commit 35c2706692
Signed by: daylin
GPG key ID: 950D13E9719334AD
4 changed files with 1 additions and 1 deletions

View file

@ -32,7 +32,7 @@ in rec {
oizysHosts = mapAttrs (name: _: mkSystem name) (readDir ../hosts);
oizysPkg = forAllSystems (
pkgs: rec {
oizys = pkgs.callPackage ../oizys {};
oizys = pkgs.callPackage ../pkgs/oizys {};
default = oizys;
}
);