-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
templates/top/flake: change wording for Apps as separate repo
This is to slightly discourage people from doing this.
- Loading branch information
1 parent
736f2dc
commit 14f0b14
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
inputs.flake-utils.url = "github:numtide/flake-utils"; | ||
inputs.epnix.url = "github:epics-extensions/epnix"; | ||
|
||
# Add your app inputs here: | ||
# If you have an "App" as a separate repository, | ||
# add it as an input here: | ||
# --- | ||
#inputs.exampleApp = { | ||
# url = "git+ssh://[email protected]/me/exampleApp.git"; | ||
|
@@ -36,8 +37,8 @@ | |
# --- | ||
#support.modules = with pkgs.epnix.support; [ StreamDevice ]; | ||
|
||
# Add your applications: | ||
# Note that flake inputs must be quoted in this context | ||
# If you have an "App" as a separate repository, | ||
# add it here: | ||
# --- | ||
#applications.apps = [ "inputs.exampleApp" ]; | ||
|
||
|