From 267c5cacb4949b85d49d1ba938aa2f1cb60821e4 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 16 Apr 2024 15:52:47 -0500 Subject: [PATCH] Add pup --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index c6943ab..ddfac9a 100644 --- a/flake.nix +++ b/flake.nix @@ -39,6 +39,7 @@ findutils jq packer + pup shellcheck pkgs.dockerTools.usrBinEnv (xonsh.overridePythonAttrs (old: rec { python3 = basicPython; propagatedBuildInputs = old.propagatedBuildInputs ++ [ basicPython.pkgs.pyyaml ];}))