+86
nixos/modules/virtualisation/includes-to-excludes.py
+86
nixos/modules/virtualisation/includes-to-excludes.py
···+# (echo foo; echo fo/; echo foo/; echo foo/ba/r; echo b; echo az; echo az/; echo az/a; echo ab; echo ab/a; echo ab/; echo abc; echo abcde; echo abb; echo ac; echo b) | grep -vE "$((echo ab; echo az; echo foo;) | python includes-to-excludes.py | tee /dev/stderr )"
+51
-5
nixos/modules/virtualisation/qemu-vm.nix
+51
-5
nixos/modules/virtualisation/qemu-vm.nix
······-${qemu}/bin/qemu-img create -f qcow2 -F qcow2 -b ${storeImage}/nixos.qcow2 "$TMPDIR"/store.img+${qemu}/bin/qemu-img create -f qcow2 -F qcow2 -b ${storeImage}/nixos.qcow2 "$TMPDIR"/store.img······+boot.initrd.kernelModules = optionals (cfg.useNixStoreImage && !cfg.writableStore) [ "erofs" ];boot.initrd.extraUtilsCommands = lib.mkIf (cfg.useDefaultFilesystems && !config.boot.initrd.systemd.enable)···
+1
nixos/tests/discourse.nix
+1
nixos/tests/discourse.nix
+2
nixos/tests/gitlab.nix
+2
nixos/tests/gitlab.nix
···