nixpkgs/nixos/modules/security/wrappers
Naïm Favier 39a56c7696
nixos/security/wrappers: use an assertion for the existence check
A simpler implementation of 7d8b303e3f
that uses an assertion instead of a derivation.

`pathHasContext` seems a bit better than `hasPrefix storeDir` because it
avoids a string comparison, and catches nonsense like
`"foo${pkgs.hello}bar"`.
2022-06-11 23:22:03 +02:00
..
default.nix nixos/security/wrappers: use an assertion for the existence check 2022-06-11 23:22:03 +02:00
wrapper.c nixos/wrappers: require argc to be at least one 2022-01-28 12:26:20 +01:00
wrapper.nix