mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
grouped nix config in a folder
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{overlays}: {
|
||||
simple-go-server = import ./oott-service.nix;
|
||||
|
||||
overlayNixpkgsForThisInstance = {pkgs, ...}: {
|
||||
nixpkgs = {
|
||||
inherit overlays;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user