1
0
Fork 0
mirror of https://github.com/zhaofengli/attic.git synced 2024-12-15 17:50:57 +00:00
attic/integration-tests/nixpkgs.nix
2023-01-06 00:59:38 -07:00

7 lines
145 B
Nix

let
flake = (import ../flake-compat.nix).defaultNix;
in import flake.inputs.nixpkgs.outPath {
overlays = [
flake.overlays.default
];
}