Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 9 lines 196 B view raw
1let 2 pkgs = import <nixpkgs> { }; 3in 4pkgs.runCommand "diagnostics-sandbox" { } '' 5 set -x 6 # no cache: ${toString builtins.currentTime} 7 test -d "$(dirname "$out")/../var/nix" 8 touch $out 9''