Idris2/nix/templates/pkgWithDeps/pkgWithDeps.ipkg
2021-03-15 14:21:50 +00:00

8 lines
81 B
Plaintext

package mypkg2
depends = mypkg
modules = Bar
main = Bar
executable = runMyPkg2