Skip to content

Commit

Permalink
alew: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kmein committed Dec 13, 2024
1 parent f8c3a9d commit ffe9f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systems/ful/alew.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ in
PORT = toString alewPort;
};
preStart = ''
rsync -rav --delete ${inputs.alew-web.outPath}/ .
# rsync -rav --delete ALEW_SRC .
yarn install
yarn build
'';
Expand Down

0 comments on commit ffe9f90

Please sign in to comment.