her.esy.fun/src/posts/0010-Haskell-Now/my-app/release.nix
Yann Esposito (Yogsototh) e24de08c34
Nix introduction
2019-12-31 01:00:04 +01:00

5 lines
64 B
Nix

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