From 36527c20ca761008bbf5bf75eefd9a508ce5f215 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 12 May 2024 23:44:52 +0200 Subject: [PATCH] chore(shell): add a `deployEnv` shell Signed-off-by: Raito Bezarius --- default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/default.nix b/default.nix index e95fff2..63c3267 100644 --- a/default.nix +++ b/default.nix @@ -61,6 +61,13 @@ in { # cross-compiling nix-shell for any package we're customizing inherit pkgs; + deployEnv = pkgs.mkShell { + packages = with pkgs.pkgsBuildBuild; [ + tufted + min-copy-closure + ]; + }; + buildEnv = pkgs.mkShell { packages = with pkgs.pkgsBuildBuild; [ tufted