vuls: init at 0.27.0
[NixPkgs.git] / nixos / tests / guix / default.nix
bloba017668c05a7575b9770cea8fdc572512ca44d24
1 { system ? builtins.currentSystem
2 , pkgs ? import ../../.. { inherit system; }
3 }:
6   basic = import ./basic.nix { inherit system pkgs; };
7   publish = import ./publish.nix { inherit system pkgs; };