Merge pull request #253876 from nbraud/nixos/sudo-rs

This commit is contained in:
Maciej Krüger
2023-09-20 13:55:33 +02:00
committed by GitHub
7 changed files with 246 additions and 82 deletions

View File

@@ -741,6 +741,7 @@ in {
strongswan-swanctl = handleTest ./strongswan-swanctl.nix {};
stunnel = handleTest ./stunnel.nix {};
sudo = handleTest ./sudo.nix {};
sudo-rs = handleTest ./sudo-rs.nix {};
swap-file-btrfs = handleTest ./swap-file-btrfs.nix {};
swap-partition = handleTest ./swap-partition.nix {};
swap-random-encryption = handleTest ./swap-random-encryption.nix {};