forked from potsda.mn/mobilizon
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
|
||||
stripDebug = false;
|
||||
|
||||
compileFlags = [ "--no-validate-compile-env" ];
|
||||
|
||||
nativeBuildInputs = [ git cmake ];
|
||||
|
||||
mixNixDeps = import ./mix.nix {
|
||||
|
|
Loading…
Reference in a new issue