nixpkgs/nixos
talyz 95069d76d3
genJqSecretsReplacementSnippet: Propagate secret file read errors
If an error occurs while trying to read a secret file, we want that
error to propagate to the main shell context. That means we have to
set the `inherit_errexit` option, which allows errors from subshells
to propagate to the outer shell. Also, the subshell cannot run as part
of another command, such as `export`, since that will simply ignore
the subshell exit status and only respect `export`s exit status; first
assigning the value to a variable and then exporting it solves issue.
2022-01-31 12:44:54 +01:00
..
doc mariadb: mention multiple release support in release notes 2022-01-22 02:28:55 +01:00
lib genJqSecretsReplacementSnippet: Propagate secret file read errors 2022-01-31 12:44:54 +01:00
maintainers
modules Merge pull request #152367 from helsinki-systems/fix/dovecot-ssh_dh 2022-01-22 18:07:16 +00:00
tests nixosTests.boot-stage1: fix kernel build with 5.15 2022-01-22 17:45:39 -08:00
COPYING
default.nix
README
release-combined.nix
release-small.nix
release.nix

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
https://nixos.org/nixos and in the manual in doc/manual.