Skip to content

Commit

Permalink
Move chart to deployments directory
Browse files Browse the repository at this point in the history
  • Loading branch information
st8ed committed Aug 2, 2022
1 parent 56eabfa commit bdbcfa7
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
(baseName == ".github") ||
(hasSuffix ".nix" baseName) ||
(hasSuffix ".md" baseName) ||
(hasPrefix "${src}/chart" name)
(hasPrefix "${src}/deployments" name)
);
src = lib.cleanSource ./.;
};
};

src-chart = with lib; builtins.path {
name = "aws-cost-exporter-chart-src";
path = lib.cleanSource ./chart;
path = lib.cleanSource ./deployments/chart;
};

package = { go_1_17, buildGo117Module }: buildGo117Module {
Expand Down

0 comments on commit bdbcfa7

Please sign in to comment.