mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-22 04:30:03 +00:00
disable nix hardening for development shell
This commit is contained in:
parent
1b0b725552
commit
fcac947ce2
@ -34,6 +34,7 @@
|
|||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
inputsFrom = [ pkgs.retro68.monolithic ];
|
inputsFrom = [ pkgs.retro68.monolithic ];
|
||||||
nativeBuildInputs = [ pkgs.nixpkgs-fmt ];
|
nativeBuildInputs = [ pkgs.nixpkgs-fmt ];
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
};
|
};
|
||||||
} // lib.mapAttrs
|
} // lib.mapAttrs
|
||||||
(name: cross:
|
(name: cross:
|
||||||
|
Loading…
Reference in New Issue
Block a user