Skip to content

Commit

Permalink
Remove now obsolete renku environment from dev shell
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jul 26, 2024
1 parent c2fe052 commit 9b3d8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@

# Additional dev-shell environment variables can be set directly
# MY_CUSTOM_DEVELOPMENT_VAR = "something else";
RENKU_CLI_RENKU_URL = "https://ci-renku-3689.dev.renku.ch";
#RENKU_CLI_RENKU_URL = "https://ci-renku-3689.dev.renku.ch";

# Enable mold https://github.com/rui314/mold
CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER = "${pkgs.clang}/bin/clang";
Expand Down

0 comments on commit 9b3d8bb

Please sign in to comment.