From 37bf3c37a4768127be54d95c99cc92986f97d700 Mon Sep 17 00:00:00 2001 From: xunuwu Date: Thu, 31 Oct 2024 03:58:30 +0100 Subject: [PATCH] enable more experimental features --- Justfile | 2 +- flake.nix | 1 + systemProfiles/nix/default.nix | 2 +- systemProfiles/programs/RE/default.nix | 8 ++++---- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Justfile b/Justfile index d05c199..f358520 100644 --- a/Justfile +++ b/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: diff --git a/flake.nix b/flake.nix index 6603274..d2ed04c 100644 --- a/flake.nix +++ b/flake.nix @@ -45,6 +45,7 @@ }; formatter = pkgs.alejandra; + # formatter = pkgs.nixfmt-rfc-style; }; }; diff --git a/systemProfiles/nix/default.nix b/systemProfiles/nix/default.nix index 03817a3..fe30dd0 100644 --- a/systemProfiles/nix/default.nix +++ b/systemProfiles/nix/default.nix @@ -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; diff --git a/systemProfiles/programs/RE/default.nix b/systemProfiles/programs/RE/default.nix index 30c6dba..f2df502 100644 --- a/systemProfiles/programs/RE/default.nix +++ b/systemProfiles/programs/RE/default.nix @@ -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