1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00
niv/default.nix

3 lines
63 B
Nix
Raw Normal View History

2019-01-28 21:48:51 +03:00
with { pkgs = import ./nix; };
2019-01-31 01:56:35 +03:00
{ inherit (pkgs) niv readme ; }