mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2025-12-11 22:00:08 +01:00
6 lines
164 B
Nix
6 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;
|
|
}
|