1
1
mirror of https://github.com/nmattia/niv.git synced 2024-11-08 20:12:43 +03:00
niv/nix/default.nix
2019-01-30 18:42:14 +01:00

4 lines
133 B
Nix

with { fetch = import ./fetch.nix; };
import fetch.nixpkgs
{ overlays = import ./overlay.nix { sources = fetch; } ; config = {}; }