1
1
mirror of https://github.com/nmattia/niv.git synced 2024-11-07 22:36:53 +03:00
niv/default.nix

3 lines
78 B
Nix
Raw Normal View History

2019-02-01 17:51:40 +03:00
with { pkgs = import ./nix {}; };
{ inherit (pkgs) niv readme readme-test ; }