Replace shell.nix with a flake devShell attribute
This commit is contained in:
@ -138,9 +138,7 @@ rec {
|
||||
|
||||
preConfigure = "autoreconf -vfi";
|
||||
|
||||
NIX_LDFLAGS = [
|
||||
"-lpthread"
|
||||
];
|
||||
NIX_LDFLAGS = [ "-lpthread" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Reference in New Issue
Block a user