Skip to content

Commit ff2c710

Browse files
committed
nix: remove unused variable
These variable were causing problems since the default values are incorrect, and `yarn start` actually use them in priority.
1 parent 11bf1b7 commit ff2c710

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flake.nix

-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@
127127
++ scriptBins;
128128

129129
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
130-
OSRD_DEV = "True";
131-
OSRD_BACKEND_URL = "http://localhost:8080";
132130
};
133131
}
134132
);

0 commit comments

Comments
 (0)