Skip to content

Commit

Permalink
update deploy repo welcome text
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco committed Feb 29, 2024
1 parent a8d7620 commit 24ef44d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,6 @@
deploy-repo = {
path = inputs.deploy-repo-template.outPath;
description = "GitOps deploy repo";
welcomeText = ''
Add the following to `.gitignore`:
```sh
echo .devenv >> .gitignore
echo .pre-commit-config.yaml >> .gitignore
echo '**/secret*.yaml' >> .gitignore
```
'';
};
};
};
Expand Down

0 comments on commit 24ef44d

Please sign in to comment.