Fix default NixOS module (#6)

… to correctly override `pkgs.nix-serve` with `pkgs.nix-serve-ng`
This commit is contained in:
Gabriella Gonzalez 2022-09-07 09:47:43 -07:00 committed by GitHub
parent ba2028f9d7
commit 1937593598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@
# #
# You can continue to use the old `services.nix-serve` NixOS options. # You can continue to use the old `services.nix-serve` NixOS options.
nixosModules.default = { nixosModules.default = {
nixpkgs.overlays = overlays.default; nixpkgs.overlays = overlays.override;
}; };
}; };
} }