From f4541b16b82c3dc34eddb871f6bc5705e9908936 Mon Sep 17 00:00:00 2001 From: Pyra <92104930+pyranota@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:48:25 +0100 Subject: [PATCH] chore(flake): add `gsed` (#7283) * chore(flake): add `gsed` Signed-off-by: pyranota * gsed -> gnused Signed-off-by: pyranota --------- Signed-off-by: pyranota --- flake.nix | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index b818e0245a..8801302dee 100644 --- a/flake.nix +++ b/flake.nix @@ -143,14 +143,12 @@ ] ++ (with pkgs; [ # Essentials rust - cargo-watch - cargo-sweep git - xcaddy sqlx-cli - sccache - nsjail + + # Build/helper scripts jq + gnused # other implementations are inconsistent on osx # Python flock @@ -171,6 +169,7 @@ oracle-instantclient ansible ruby_3_4 + cargo-sweep # We use it for rust # LSP/Local dev svelte-language-server @@ -182,6 +181,12 @@ kubernetes-helm conntrack-tools # To run minikube without driver (--driver=none) cri-tools + + # Extra + xcaddy + cargo-watch + nsjail + sccache ]); packages = [ (pkgs.writeScriptBin "wm-caddy" ''