her.esy.fun/src/posts/0010-Haskell-Now/project/release.nix
Yann Esposito (Yogsototh) 0d1e4ff2a3
added project with nix
2019-12-30 21:47:22 +01:00

5 lines
64 B
Nix

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