Fix default NixOS module (#6)
… to correctly override `pkgs.nix-serve` with `pkgs.nix-serve-ng`
This commit is contained in:
parent
ba2028f9d7
commit
1937593598
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user