Skip to content

Commit

Permalink
use remote path to kpt sub flake
Browse files Browse the repository at this point in the history
Flakes don't really support relative paths all that well at the moment.
It works if you have the store path already or if you pull a higher deverivation
from the binary cache. But not when building things from scratch. So for now just
use the remote Github path.
  • Loading branch information
jashan-lco committed Dec 22, 2023
1 parent 624540e commit 3b862d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
mk-shell-bin.url = "github:rrbutani/nix-mk-shell-bin";

kpt = {
url = "path:kpt";
url = "github:LCOGT/devenv-k8s?dir=kpt";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
};
Expand Down

0 comments on commit 3b862d6

Please sign in to comment.