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}}
|
nix build .#nixosConfigurations.liveiso.config.system.build.isoImage {{FLAGS}}
|
||||||
|
|
||||||
updatekeys:
|
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:
|
remote OPERATION HOST HOSTNAME *FLAGS:
|
||||||
|
|
|
@ -45,6 +45,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
formatter = pkgs.alejandra;
|
formatter = pkgs.alejandra;
|
||||||
|
# formatter = pkgs.nixfmt-rfc-style;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
#auto-optimise-store = true;
|
#auto-optimise-store = true;
|
||||||
builders-use-substitutes = true;
|
builders-use-substitutes = true;
|
||||||
experimental-features = ["flakes" "nix-command"];
|
experimental-features = ["flakes" "nix-command" "pipe-operators" "no-url-literals"];
|
||||||
|
|
||||||
# for direnv GC roots
|
# for direnv GC roots
|
||||||
keep-outputs = true;
|
keep-outputs = true;
|
||||||
|
|
|
@ -19,10 +19,10 @@
|
||||||
machinelearning
|
machinelearning
|
||||||
]))
|
]))
|
||||||
|
|
||||||
(cutter.withPlugins (ps:
|
# (cutter.withPlugins (ps:
|
||||||
with ps; [
|
# with ps; [
|
||||||
rz-ghidra
|
# rz-ghidra
|
||||||
]))
|
# ]))
|
||||||
|
|
||||||
self.packages.${pkgs.system}.binaryninja-personal
|
self.packages.${pkgs.system}.binaryninja-personal
|
||||||
self.packages.${pkgs.system}.ida-pro
|
self.packages.${pkgs.system}.ida-pro
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue