7 lines
114 B
Nix
7 lines
114 B
Nix
|
let
|
||
|
pkgs = import ../../.. {
|
||
|
config = {};
|
||
|
overlays = [];
|
||
|
};
|
||
|
in pkgs.tests.nixpkgs-check-by-name.shell
|