enable more experimental features
This commit is contained in:
parent
c223504bbf
commit
37bf3c37a4
4 changed files with 7 additions and 6 deletions
2
Justfile
2
Justfile
|
@ -11,7 +11,7 @@ buildiso *FLAGS:
|
|||
nix build .#nixosConfigurations.liveiso.config.system.build.isoImage {{FLAGS}}
|
||||
|
||||
updatekeys:
|
||||
fd . secrets -E '*.nix' -t f -x sops updatekeys
|
||||
fd . systemProfiles/secrets -E '*.nix' -t f -x sops updatekeys
|
||||
|
||||
|
||||
remote OPERATION HOST HOSTNAME *FLAGS:
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
};
|
||||
|
||||
formatter = pkgs.alejandra;
|
||||
# formatter = pkgs.nixfmt-rfc-style;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -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