naersk/test.nix
2022-05-03 12:41:13 +02:00

5 lines
122 B
Nix

{ system ? builtins.currentSystem, fast ? false, nixpkgs ? "nixpkgs" }:
import ./test {
inherit system fast nixpkgs;
}