Skip to content

Commit

Permalink
Bump test script nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Apr 25, 2024
1 parent fb5cb83 commit d6380e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Realizes <num>> of derivations with size of <size>MB
{ size ? 1 # MB
, num ? 10 # count
, num ? 10 # count
, currentTime ? builtins.currentTime
}:

with (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/21d8e70a69f704a6ab971b2d8265d40cc7bb69b1.tar.gz") {});
with (import (fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-23.11") {});

let
drv = i: runCommand "${toString currentTime}-${toString i}" {} ''
Expand Down

0 comments on commit d6380e7

Please sign in to comment.