nixos/manual: Must disable secure boot on UEFI installs (#364406)
[NixPkgs.git] / pkgs / tools / nix / info / sandbox.nix
blobf7237f5ecc8f83bebfe56b5ff199d9e5232873ea
1 let
2   pkgs = import <nixpkgs> { };
3 in
4 pkgs.runCommand "diagnostics-sandbox" { } ''
5   set -x
6   # no cache: ${toString builtins.currentTime}
7   test -d "$(dirname "$out")/../var/nix"
8   touch $out
9 ''