-13
doc/builders/packages/unfree.xml
-13
doc/builders/packages/unfree.xml
···-All users of Nixpkgs are free software users, and many users (and developers) of Nixpkgs want to limit and tightly control their exposure to unfree software. At the same time, many users need (or want) to run some specific pieces of proprietary software. Nixpkgs includes some expressions for unfree software packages. By default unfree software cannot be installed and doesn’t show up in searches. To allow installing unfree software in a single Nix invocation one can export <literal>NIXPKGS_ALLOW_UNFREE=1</literal>. For a persistent solution, users can set <literal>allowUnfree</literal> in the Nixpkgs configuration.-Fine-grained control is possible by defining <literal>allowUnfreePredicate</literal> function in config; it takes the <literal>mkDerivation</literal> parameter attrset and returns <literal>true</literal> for unfree packages that should be allowed.
+5
doc/using/configuration.chapter.md
+5
doc/using/configuration.chapter.md
···+All users of Nixpkgs are free software users, and many users (and developers) of Nixpkgs want to limit and tightly control their exposure to unfree software.+At the same time, many users need (or want) to run some specific pieces of proprietary software.
+24
-93
nixos/modules/services/continuous-integration/gitlab-runner.nix
+24
-93
nixos/modules/services/continuous-integration/gitlab-runner.nix
·········-example = literalExpression "with lib; (length (attrNames config.services.gitlab-runner.services)) * 3";-See <link xlink:href="https://docs.gitlab.com/runner/configuration/advanced-configuration.html#how-check_interval-works">runner documentation</link> for more information.-<link xlink:href="https://docs.gitlab.com/ee/ci/interactive_web_terminal/index.html">interactive web terminal</link>.+<link xlink:href="https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-global-section"/>···(n: v: "services.gitlab-runner.services.${n}.`registrationConfigFile` points to a file in Nix Store. You should use quoted absolute path to prevent this.")-++ optional (cfg.configFile != null) "services.gitlab-runner.`configFile` is deprecated, please use services.gitlab-runner.`services`.";···(mkRenamedOptionModule [ "services" "gitlab-runner" "packages" ] [ "services" "gitlab-runner" "extraPackages" ] )(mkRemovedOptionModule [ "services" "gitlab-runner" "configOptions" ] "Use services.gitlab-runner.services option instead" )(mkRemovedOptionModule [ "services" "gitlab-runner" "workDir" ] "You should move contents of workDir (if any) to /var/lib/gitlab-runner" )+(mkRenamedOptionModule [ "services" "gitlab-runner" "checkInterval" ] [ "services" "gitlab-runner" "settings" "check_interval" ] )+(mkRenamedOptionModule [ "services" "gitlab-runner" "concurrent" ] [ "services" "gitlab-runner" "settings" "concurrent" ] )+(mkRenamedOptionModule [ "services" "gitlab-runner" "sentryDSN" ] [ "services" "gitlab-runner" "settings" "sentry_dsn" ] )+(mkRenamedOptionModule [ "services" "gitlab-runner" "prometheusListenAddress" ] [ "services" "gitlab-runner" "settings" "listen_address" ] )+(mkRenamedOptionModule [ "services" "gitlab-runner" "sessionServer" "listenAddress" ] [ "services" "gitlab-runner" "settings" "session_server" "listen_address" ] )+(mkRenamedOptionModule [ "services" "gitlab-runner" "sessionServer" "advertiseAddress" ] [ "services" "gitlab-runner" "settings" "session_server" "advertise_address" ] )+(mkRenamedOptionModule [ "services" "gitlab-runner" "sessionServer" "sessionTimeout" ] [ "services" "gitlab-runner" "settings" "session_server" "session_timeout" ] )
+9
-3
pkgs/applications/blockchains/chia/default.nix
+9
-3
pkgs/applications/blockchains/chia/default.nix
·········description = "Chia is a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure.";
+21
pkgs/applications/blockchains/chia/dont_lock_in_store.patch
+21
pkgs/applications/blockchains/chia/dont_lock_in_store.patch
···+@@ -82,18 +82,6 @@ def load_serialized_clvm(clvm_filename, package_or_requirement=__name__) -> Seri+- full_path = pathlib.Path(pkg_resources.resource_filename(package_or_requirement, clvm_filename))
+3
-3
pkgs/applications/logging/humioctl/default.nix
+3
-3
pkgs/applications/logging/humioctl/default.nix
···
+2
-2
pkgs/applications/misc/dasel/default.nix
+2
-2
pkgs/applications/misc/dasel/default.nix
···
+3
-3
pkgs/applications/misc/gsctl/default.nix
+3
-3
pkgs/applications/misc/gsctl/default.nix
···
+2
-2
pkgs/applications/networking/cluster/gatekeeper/default.nix
+2
-2
pkgs/applications/networking/cluster/gatekeeper/default.nix
···
+3
-3
pkgs/applications/networking/cluster/helm-docs/default.nix
+3
-3
pkgs/applications/networking/cluster/helm-docs/default.nix
···
+3
-3
pkgs/applications/networking/cluster/helmsman/default.nix
+3
-3
pkgs/applications/networking/cluster/helmsman/default.nix
···
+3
-3
pkgs/applications/version-management/gitoxide/default.nix
+3
-3
pkgs/applications/version-management/gitoxide/default.nix
···
+4
-5
pkgs/development/interpreters/lunatic/default.nix
+4
-5
pkgs/development/interpreters/lunatic/default.nix
······
+2
-2
pkgs/development/libraries/physics/fastjet-contrib/default.nix
+2
-2
pkgs/development/libraries/physics/fastjet-contrib/default.nix
···
+2
-2
pkgs/development/python-modules/azure-mgmt-containerservice/default.nix
+2
-2
pkgs/development/python-modules/azure-mgmt-containerservice/default.nix
······
+6
-6
pkgs/development/python-modules/blspy/default.nix
+6
-6
pkgs/development/python-modules/blspy/default.nix
·········
+2
-2
pkgs/development/python-modules/blspy/dont_fetch_dependencies.patch
+2
-2
pkgs/development/python-modules/blspy/dont_fetch_dependencies.patch
······
+732
pkgs/development/python-modules/chia-rs/Cargo.lock
+732
pkgs/development/python-modules/chia-rs/Cargo.lock
···
+49
pkgs/development/python-modules/chia-rs/default.nix
+49
pkgs/development/python-modules/chia-rs/default.nix
···
-26
pkgs/development/python-modules/clvm-rs/default.nix
-26
pkgs/development/python-modules/clvm-rs/default.nix
···-# https://github.com/Chia-Network/clvm_rs/commit/32fba40178a5440a1306623f47d8b0684ae2339a#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711···
+40
pkgs/development/python-modules/clvm-tools-rs/default.nix
+40
pkgs/development/python-modules/clvm-tools-rs/default.nix
···
+2
-2
pkgs/development/python-modules/clvm-tools/default.nix
+2
-2
pkgs/development/python-modules/clvm-tools/default.nix
···
+3
-3
pkgs/development/tools/analysis/tflint/default.nix
+3
-3
pkgs/development/tools/analysis/tflint/default.nix
···
+3
-3
pkgs/development/tools/continuous-integration/buildkite-agent/default.nix
+3
-3
pkgs/development/tools/continuous-integration/buildkite-agent/default.nix
···
+2
-2
pkgs/development/tools/cpm/default.nix
+2
-2
pkgs/development/tools/cpm/default.nix
···
+3
-3
pkgs/development/tools/esbuild/default.nix
+3
-3
pkgs/development/tools/esbuild/default.nix
···
+3
-3
pkgs/development/tools/go-toml/default.nix
+3
-3
pkgs/development/tools/go-toml/default.nix
···
+2
-2
pkgs/development/tools/gore/default.nix
+2
-2
pkgs/development/tools/gore/default.nix
···
+2
-2
pkgs/development/tools/gotestsum/default.nix
+2
-2
pkgs/development/tools/gotestsum/default.nix
···
+3
-3
pkgs/development/tools/hcloud/default.nix
+3
-3
pkgs/development/tools/hcloud/default.nix
···
+3
-3
pkgs/development/tools/misc/grcov/default.nix
+3
-3
pkgs/development/tools/misc/grcov/default.nix
···
+3
-3
pkgs/development/tools/misc/grpc-client-cli/default.nix
+3
-3
pkgs/development/tools/misc/grpc-client-cli/default.nix
···
+3
-2
pkgs/misc/fastly/default.nix
+3
-2
pkgs/misc/fastly/default.nix
······
-1
pkgs/servers/gpsd/default.nix
-1
pkgs/servers/gpsd/default.nix
+2
-2
pkgs/servers/jackett/default.nix
+2
-2
pkgs/servers/jackett/default.nix
···
+2
-2
pkgs/servers/monitoring/loki/default.nix
+2
-2
pkgs/servers/monitoring/loki/default.nix
···
+3
-3
pkgs/shells/zsh/oh-my-zsh/default.nix
+3
-3
pkgs/shells/zsh/oh-my-zsh/default.nix
···
+2
-2
pkgs/tools/audio/headsetcontrol/default.nix
+2
-2
pkgs/tools/audio/headsetcontrol/default.nix
···
+10
-7
pkgs/tools/misc/libgen-cli/default.nix
+10
-7
pkgs/tools/misc/libgen-cli/default.nix
···
+2
-2
pkgs/tools/networking/checkip/default.nix
+2
-2
pkgs/tools/networking/checkip/default.nix
···
+3
-3
pkgs/tools/networking/gping/default.nix
+3
-3
pkgs/tools/networking/gping/default.nix
···
+3
-3
pkgs/tools/security/chain-bench/default.nix
+3
-3
pkgs/tools/security/chain-bench/default.nix
···
+3
-3
pkgs/tools/security/doppler/default.nix
+3
-3
pkgs/tools/security/doppler/default.nix
···
+2
-2
pkgs/tools/virtualization/govc/default.nix
+2
-2
pkgs/tools/virtualization/govc/default.nix
······
+3
-1
pkgs/top-level/all-packages.nix
+3
-1
pkgs/top-level/all-packages.nix
···
+4
pkgs/top-level/python-packages.nix
+4
pkgs/top-level/python-packages.nix
······