aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-02-26 12:20:12 +0900
committerOphestra <cat@gensokyo.uk>2025-02-26 12:24:04 +0900
commitc21a4cff14baddeea8b1c25d144b13521bb86fee (patch)
tree47441c0e8d9fe50f809c4251247be8ea479d8b55 /flake.nix
parent4fa38d60633d921774ccf2771994e5161c12c4f5 (diff)
nix: wrap fpkg
This is usable on nixos now due to the static build. Signed-off-by: Ophestra <cat@gensokyo.uk>
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; };