repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361)
[NixPkgs.git]
/
pkgs
/
tools
/
nix
/
info
/
sandbox.nix
blob
f7237f5ecc8f83bebfe56b5ff199d9e5232873ea
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
''