remove outdated compileFlags from nix expression
This commit is contained in:
parent
a74c99a731
commit
45b63be9f3
|
@ -33,8 +33,6 @@ mixRelease rec {
|
||||||
# This circumvents a startup error for now
|
# This circumvents a startup error for now
|
||||||
stripDebug = false;
|
stripDebug = false;
|
||||||
|
|
||||||
compileFlags = [ "--no-validate-compile-env" ];
|
|
||||||
|
|
||||||
nativeBuildInputs = [ git cmake ];
|
nativeBuildInputs = [ git cmake ];
|
||||||
|
|
||||||
mixNixDeps = import ./mix.nix {
|
mixNixDeps = import ./mix.nix {
|
||||||
|
|
Loading…
Reference in a new issue