enable more experimental features
This commit is contained in:
parent
c223504bbf
commit
37bf3c37a4
4 changed files with 7 additions and 6 deletions
|
@ -26,7 +26,7 @@
|
|||
settings = {
|
||||
#auto-optimise-store = true;
|
||||
builders-use-substitutes = true;
|
||||
experimental-features = ["flakes" "nix-command"];
|
||||
experimental-features = ["flakes" "nix-command" "pipe-operators" "no-url-literals"];
|
||||
|
||||
# for direnv GC roots
|
||||
keep-outputs = true;
|
||||
|
|
|
@ -19,10 +19,10 @@
|
|||
machinelearning
|
||||
]))
|
||||
|
||||
(cutter.withPlugins (ps:
|
||||
with ps; [
|
||||
rz-ghidra
|
||||
]))
|
||||
# (cutter.withPlugins (ps:
|
||||
# with ps; [
|
||||
# rz-ghidra
|
||||
# ]))
|
||||
|
||||
self.packages.${pkgs.system}.binaryninja-personal
|
||||
self.packages.${pkgs.system}.ida-pro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue