yakatyme/release.nix
Yann Esposito (Yogsototh) 4b0cc3f96a
initial commit
2020-03-27 00:36:24 +01:00

4 lines
64 B
Nix

let
def = import ./. {};
in
{ my_project = def.my_project; }