nixpkgs/nixos/lib
talyz b549e7bbb5
genJqSecretsReplacementSnippet: Fix error handling
With the previous change that enabled error propagation through
`inherit_errexit`, the script would fail if `errexit` was set, but
`inherit_errexit` was not. This is due to `shopt -p` exiting with an
error if the option is disabled. To work around this, use the exit
code instead of the text value returned by `shopt -p`.

Fixes #160869.
2022-02-23 12:48:51 +01:00
..
make-options-doc
test-driver nixos/test-driver: fix regression when using legacy start command 2022-02-17 18:12:24 -08:00
build-vms.nix
default.nix
eval-cacheable-options.nix
eval-config-minimal.nix
eval-config.nix nixos: move default module location logic to eval-config.nix 2022-01-27 22:13:35 +01:00
from-env.nix
make-channel.nix
make-disk-image.nix
make-ext4-fs.nix
make-iso9660-image.nix
make-iso9660-image.sh
make-squashfs.nix
make-system-tarball.nix
make-system-tarball.sh
make-zfs-image.nix
qemu-common.nix
systemd-lib.nix Merge pull request #152372 from symphorien/systemd-validate-after 2022-01-31 20:57:13 +00:00
systemd-unit-options.nix nixos/systemd: Add reloadTriggers to services 2022-02-09 15:14:37 +01:00
testing-python.nix nixos/testing-python: actually copy build artefacts 2022-01-26 22:26:19 +01:00
utils.nix genJqSecretsReplacementSnippet: Fix error handling 2022-02-23 12:48:51 +01:00