Skip to content

Commit

Permalink
templates/top/flake: change wording for Apps as separate repo
Browse files Browse the repository at this point in the history
This is to slightly discourage people from doing this.
  • Loading branch information
minijackson committed Jan 10, 2024
1 parent 736f2dc commit 14f0b14
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions templates/top/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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" ];

Expand Down

0 comments on commit 14f0b14

Please sign in to comment.