Trying to fix flake

This commit is contained in:
rzuasti
2026-01-25 10:37:47 -05:00
parent ea9bc7f13d
commit 18ecdc2f2a
4 changed files with 92 additions and 67 deletions
+9
View File
@@ -0,0 +1,9 @@
{overlays}: {
simple-go-server = import ./oott-service.nix;
overlayNixpkgsForThisInstance = {pkgs, ...}: {
nixpkgs = {
inherit overlays;
};
};
}