Rename flake-inputs to inputs

This commit is contained in:
Lillian Violet 2024-03-14 13:53:28 +01:00
parent 5a363e9491
commit 6ebf9f3146

View file

@ -43,7 +43,7 @@ in {
# This causes NixOS to use the flake defined in this repository instead of
# the build of Conduit built into nixpkgs.
package = flake-inputs.conduit.packages.${pkgs.system}.default;
package = inputs.conduit.packages.${pkgs.system}.default;
settings.global = {
inherit server_name;