devshell/benchmark/empty.nix

7 lines
164 B
Nix
Raw Normal View History

2025-07-31 12:37:19 +02:00
# minimal derivation to see what the fastest time of nix-instantiate can be
derivation {
name = "empty";
builder = "true";
system = builtins.currentSystem;
}