From c21a4cff14baddeea8b1c25d144b13521bb86fee Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 26 Feb 2025 12:20:12 +0900 Subject: nix: wrap fpkg This is usable on nixos now due to the static build. Signed-off-by: Ophestra --- flake.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'flake.nix') 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; }; -- cgit v1.3.1