mirror of
https://github.com/nmattia/niv.git
synced 2024-11-08 20:12:43 +03:00
4 lines
133 B
Nix
4 lines
133 B
Nix
with { fetch = import ./fetch.nix; };
|
|
import fetch.nixpkgs
|
|
{ overlays = import ./overlay.nix { sources = fetch; } ; config = {}; }
|