From ff2c710dbdb2e478a6c9b413f3b291050c4cefbc Mon Sep 17 00:00:00 2001 From: Jean SIMARD Date: Fri, 24 Nov 2023 10:37:56 +0100 Subject: [PATCH] nix: remove unused variable These variable were causing problems since the default values are incorrect, and `yarn start` actually use them in priority. --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 3f09f547f25..7f89251dda3 100644 --- a/flake.nix +++ b/flake.nix @@ -127,8 +127,6 @@ ++ scriptBins; RUST_SRC_PATH = "${rustPlatform.rustLibSrc}"; - OSRD_DEV = "True"; - OSRD_BACKEND_URL = "http://localhost:8080"; }; } );