mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2025-12-12 14:20:08 +01:00
7 lines
164 B
Nix
7 lines
164 B
Nix
|
|
# minimal derivation to see what the fastest time of nix-instantiate can be
|
||
|
|
derivation {
|
||
|
|
name = "empty";
|
||
|
|
builder = "true";
|
||
|
|
system = builtins.currentSystem;
|
||
|
|
}
|