checks: add dependency on bubblewrap

This commit is contained in:
Michael Hoang
2025-09-18 16:17:09 +02:00
parent 6f5137fc56
commit 27f87c7345
2 changed files with 2 additions and 0 deletions

View File

@@ -112,6 +112,7 @@
pkgs.stdenv.drvPath
pkgs.bash.drvPath
pkgs.buildPackages.xorg.lndir
pkgs.bubblewrap
(import ../installation/facter-report.nix pkgs.hostPlatform.system)
]
++ builtins.map (i: i.outPath) (builtins.attrValues self.inputs);