aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 16f93c05..30986a05 100644
--- a/flake.nix
+++ b/flake.nix
@@ -103,7 +103,14 @@
{
default = fortify;
fortify = pkgs.pkgsStatic.callPackage ./package.nix {
- inherit (pkgs) bubblewrap xdg-dbus-proxy glibc;
+ inherit (pkgs)
+ bubblewrap
+ xdg-dbus-proxy
+ glibc
+ zstd
+ gnutar
+ coreutils
+ ;
};
fsu = pkgs.callPackage ./cmd/fsu/package.nix { inherit (self.packages.${system}) fortify; };