enable more experimental features

This commit is contained in:
xunuwu 2024-10-31 03:58:30 +01:00
parent c223504bbf
commit 37bf3c37a4
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
4 changed files with 7 additions and 6 deletions

View file

@ -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:

View file

@ -45,6 +45,7 @@
};
formatter = pkgs.alejandra;
# formatter = pkgs.nixfmt-rfc-style;
};
};

View file

@ -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;

View file

@ -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