Skip to content

Commit

Permalink
fix(nix): upload script path
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Dec 20, 2023
1 parent 3744bb2 commit 1aabc83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 machines/shared.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ in
package = pkgs.nixFlakes;
extraOptions = ''
experimental-features = nix-command flakes
post-build-hook = ${cachixe}/bin/upload-to-cache
post-build-hook = ${cachixe}/bin/upload-to-cachixe
'';
settings = {
auto-optimise-store = true;
Expand Down

0 comments on commit 1aabc83

Please sign in to comment.