Created
October 5, 2022 21:46
-
-
Save lucperkins/d49829d457dbb90b2ffe2c5a7df3756a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
apps.default = { | |
type = "app"; | |
program = "${myPkg}/bin/my-pkg"; | |
# Assuming there's a local derivation called myPkg | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment