Skip to content

Commit

Permalink
use remote repo for deploy-repo template
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco committed Feb 29, 2024
1 parent 429e7e0 commit 08f4da8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 43 deletions.
17 changes: 17 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};

deploy-repo-template = {
url = "git+https://github.com/LCOGT/deploy-repo-template.git";
flake = false;
};
};

nixConfig = {
Expand Down Expand Up @@ -77,7 +81,7 @@
};

deploy-repo = {
path = ./templates/deploy-repo;
path = inputs.deploy-repo-template;
description = "GitOps deploy repo";
welcomeText = ''
Add the following to `.gitignore`:
Expand Down
42 changes: 0 additions & 42 deletions templates/deploy-repo/flake.nix

This file was deleted.

0 comments on commit 08f4da8

Please sign in to comment.