Skip to content

Commit

Permalink
examples/virtio-snd: nix: disable hardening
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Brown <[email protected]>
  • Loading branch information
alexandermbrown committed Jul 15, 2024
1 parent 30e9562 commit ae46f38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/virtio-snd/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ in
zig
];
in crossInputs ++ nativeInputs;
hardeningDisable = [ "all" ];
}

0 comments on commit ae46f38

Please sign in to comment.