attic/integration-tests/nixpkgs.nix

8 lines
145 B
Nix
Raw Normal View History

2023-01-06 07:59:38 +00:00
let
flake = (import ../flake-compat.nix).defaultNix;
in import flake.inputs.nixpkgs.outPath {
overlays = [
flake.overlays.default
];
}