Skip to content

Commit

Permalink
see if self' helps with caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco committed Dec 15, 2023
1 parent 8e0a8c4 commit 0e136e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ localFlake:
pkgs.kubernetes-helm
pkgs.kustomize
pkgs.jq
] ++ localFlake.withSystem system ({config, ...}: [
config.packages.kpt
config.packages.octopilot
] ++ localFlake.withSystem system ({self', ...}: [
self'.packages.kpt
self'.packages.octopilot
]);
};
};
Expand Down

0 comments on commit 0e136e1

Please sign in to comment.