mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Remove trailing whitespace
This commit is contained in:
parent
2232311c93
commit
56e8106538
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ let
|
|||
# setuid shadow
|
||||
++ [ "/run/wrappers" ]
|
||||
++ lib.optional (config.boot.supportedFilesystems.zfs or false) config.boot.zfs.package;
|
||||
extraRuntimes = [ pkgs.runc ]
|
||||
extraRuntimes = [ pkgs.runc ]
|
||||
++ lib.optionals (config.virtualisation.containers.containersConf.settings.network.default_rootless_network_cmd or "" == "slirp4netns") (with pkgs; [
|
||||
slirp4netns
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue