mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-10 06:55:10 +00:00
7 lines
114 B
Nix
7 lines
114 B
Nix
|
let
|
||
|
pkgs = import ../../.. {
|
||
|
config = {};
|
||
|
overlays = [];
|
||
|
};
|
||
|
in pkgs.tests.nixpkgs-check-by-name.shell
|