remove outdated compileFlags from nix expression

This commit is contained in:
778a69cd 2023-09-08 12:17:17 +02:00
parent a74c99a731
commit 45b63be9f3

View file

@ -33,8 +33,6 @@ mixRelease rec {
# This circumvents a startup error for now
stripDebug = false;
compileFlags = [ "--no-validate-compile-env" ];
nativeBuildInputs = [ git cmake ];
mixNixDeps = import ./mix.nix {