Skip to content

Commit

Permalink
fix: add correct channel
Browse files Browse the repository at this point in the history
  • Loading branch information
mk3z committed Aug 5, 2024
1 parent 816c93f commit 862beee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/build-tarball.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ in
--substituters ""
echo "[Elmer-WSL] Adding channel..."
nixos-enter --root "$root" --command 'HOME=/root nix-channel --add https://github.com/nix-community/Elmer-WSL/archive/refs/heads/main.tar.gz elmer-wsl'
nixos-enter --root "$root" --command 'HOME=/root nix-channel --add https://github.com/mk3z/Elmer-WSL/archive/refs/heads/main.tar.gz elmer-wsl'
echo "[Elmer-WSL] Adding default config..."
${if cfg.configPath == null then ''
Expand Down

0 comments on commit 862beee

Please sign in to comment.