mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2025-12-11 22:00:08 +01:00
chore: initial commit
This commit is contained in:
commit
fbacfc149b
21 changed files with 748 additions and 0 deletions
6
benchmark/empty.nix
Normal file
6
benchmark/empty.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# minimal derivation to see what the fastest time of nix-instantiate can be
|
||||
derivation {
|
||||
name = "empty";
|
||||
builder = "true";
|
||||
system = builtins.currentSystem;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue