Rename flake-inputs to inputs
This commit is contained in:
parent
5a363e9491
commit
6ebf9f3146
|
@ -43,7 +43,7 @@ in {
|
||||||
|
|
||||||
# This causes NixOS to use the flake defined in this repository instead of
|
# This causes NixOS to use the flake defined in this repository instead of
|
||||||
# the build of Conduit built into nixpkgs.
|
# the build of Conduit built into nixpkgs.
|
||||||
package = flake-inputs.conduit.packages.${pkgs.system}.default;
|
package = inputs.conduit.packages.${pkgs.system}.default;
|
||||||
|
|
||||||
settings.global = {
|
settings.global = {
|
||||||
inherit server_name;
|
inherit server_name;
|
||||||
|
|
Loading…
Reference in a new issue