Skip to content

Commit

Permalink
Revert "Run the buildiso command via docker compose for now"
Browse files Browse the repository at this point in the history
This was caused by NixOS/nixpkgs#244159 and is fixed in latest nixos-unstable.
  • Loading branch information
dr460nf1r3 committed Jul 30, 2023
1 parent f8cb44e commit 3237e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/garuda/services/iso.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let
envfile = pkgs.writeText "iso-env"
"TELEGRAM=tgram://${garuda-lib.secrets.telegram.token}/${garuda-lib.secrets.telegram.updates_channel}";
buildiso_script =
pkgs.writeScriptBin "buildiso" "cd /var/garuda/buildiso/docker && docker compose exec -it buildiso bash";
pkgs.writeScriptBin "buildiso" "docker exec -it buildiso bash";
in
{
options.services.garuda-iso = {
Expand Down

0 comments on commit 3237e4e

Please sign in to comment.