Skip to content

Instantly share code, notes, and snippets.

@lucperkins
Created October 5, 2022 21:46
Show Gist options
  • Save lucperkins/d49829d457dbb90b2ffe2c5a7df3756a to your computer and use it in GitHub Desktop.
Save lucperkins/d49829d457dbb90b2ffe2c5a7df3756a to your computer and use it in GitHub Desktop.
{
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