expose packages

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-05-28 05:54:50 +05:30
parent 111920a63f
commit 2831c62ee2
4 changed files with 18 additions and 55 deletions

View File

@@ -5,4 +5,8 @@
default = packages;
};
};
perSystem = { pkgs, ... }: {
packages = self.overlays.default null pkgs;
};
}