Skip to content

Commit

Permalink
make kpt follow root flake-parts
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco committed Dec 22, 2023
1 parent 8f678fb commit 624540e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 39 deletions.
41 changes: 4 additions & 37 deletions flake.lock

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

5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
kpt = {
url = "path:kpt";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
};

octopilot = {
Expand Down Expand Up @@ -64,7 +65,7 @@
```sh
echo .devenv >> .gitignore
echo .pre-commit-hook.yaml >> .gitignore
echo .pre-commit-config.yaml >> .gitignore
```
'';
};
Expand All @@ -77,7 +78,7 @@
```sh
echo .devenv >> .gitignore
echo .pre-commit-hook.yaml >> .gitignore
echo .pre-commit-config.yaml >> .gitignore
echo '**/secret*.yaml' >> .gitignore
```
'';
Expand Down

0 comments on commit 624540e

Please sign in to comment.