1
0
Fork 0
mirror of https://github.com/zhaofengli/attic.git synced 2025-03-05 08:17:05 +00:00
attic/integration-tests/nixpkgs.nix

8 lines
145 B
Nix
Raw Normal View History

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