From 8a12ff946f9f8f3f32f151c63873450b39ca92be Mon Sep 17 00:00:00 2001 From: Sebastian Pietras Date: Mon, 5 Feb 2024 20:53:06 +0000 Subject: [PATCH] Added `flux` to `dev` shell --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 64da8a1..e3376b1 100644 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,7 @@ coreutils = pkgs.coreutils; trunk = pkgs.trunk-io; copier = pkgs.copier; + flux = pkgs.fluxcd; in { # Override pkgs argument _module.args.pkgs = import inputs.nixpkgs { @@ -70,6 +71,7 @@ coreutils trunk copier + flux ]; shellHook = ''