Loading nixos/modules/system/service/portable/config-data-item.nix→lib/services/config-data-item.nix +1 −1 Original line number Diff line number Diff line # Tests in: ../../../../tests/modular-service-etc/test.nix # Tests in: ../../nixos/tests/modular-service-etc/test.nix # This file is a function that returns a module. pkgs: { Loading nixos/modules/system/service/portable/config-data.nix→lib/services/config-data.nix +1 −1 Original line number Diff line number Diff line # Tests in: ../../../../tests/modular-service-etc/test.nix # Tests in: ../../nixos/tests/modular-service-etc/test.nix # Non-modular context provided by the modular services integration. { pkgs }: Loading nixos/modules/system/service/portable/lib.nix→lib/services/lib.nix +0 −0 File moved. View file nixos/modules/system/service/portable/service.nix→lib/services/service.nix +2 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,8 @@ in # https://nixos.org/manual/nixos/unstable/#modular-services _class = "service"; imports = [ ../../../../../modules/generic/meta-maintainers.nix ../../../misc/assertions.nix ../../modules/generic/meta-maintainers.nix ../../nixos/modules/misc/assertions.nix (lib.modules.importApply ./config-data.nix { inherit pkgs; }) ]; options = { Loading nixos/modules/system/service/portable/test.nix→lib/services/test.nix +2 −2 Original line number Diff line number Diff line # Run: # nix-instantiate --eval nixos/modules/system/service/portable/test.nix # nix-instantiate --eval lib/services/test.nix let lib = import ../../../../../lib; lib = import ../.; inherit (lib) mkOption types; Loading Loading
nixos/modules/system/service/portable/config-data-item.nix→lib/services/config-data-item.nix +1 −1 Original line number Diff line number Diff line # Tests in: ../../../../tests/modular-service-etc/test.nix # Tests in: ../../nixos/tests/modular-service-etc/test.nix # This file is a function that returns a module. pkgs: { Loading
nixos/modules/system/service/portable/config-data.nix→lib/services/config-data.nix +1 −1 Original line number Diff line number Diff line # Tests in: ../../../../tests/modular-service-etc/test.nix # Tests in: ../../nixos/tests/modular-service-etc/test.nix # Non-modular context provided by the modular services integration. { pkgs }: Loading
nixos/modules/system/service/portable/service.nix→lib/services/service.nix +2 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,8 @@ in # https://nixos.org/manual/nixos/unstable/#modular-services _class = "service"; imports = [ ../../../../../modules/generic/meta-maintainers.nix ../../../misc/assertions.nix ../../modules/generic/meta-maintainers.nix ../../nixos/modules/misc/assertions.nix (lib.modules.importApply ./config-data.nix { inherit pkgs; }) ]; options = { Loading
nixos/modules/system/service/portable/test.nix→lib/services/test.nix +2 −2 Original line number Diff line number Diff line # Run: # nix-instantiate --eval nixos/modules/system/service/portable/test.nix # nix-instantiate --eval lib/services/test.nix let lib = import ../../../../../lib; lib = import ../.; inherit (lib) mkOption types; Loading