mirror of
https://github.com/nix-community/naersk
synced 2024-11-10 06:04:17 +00:00
5 lines
122 B
Nix
5 lines
122 B
Nix
{ system ? builtins.currentSystem, fast ? false, nixpkgs ? "nixpkgs" }:
|
|
|
|
import ./test {
|
|
inherit system fast nixpkgs;
|
|
}
|