diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-02-26 12:20:12 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-02-26 12:24:04 +0900 |
| commit | c21a4cff14baddeea8b1c25d144b13521bb86fee (patch) | |
| tree | 47441c0e8d9fe50f809c4251247be8ea479d8b55 /flake.nix | |
| parent | 4fa38d60633d921774ccf2771994e5161c12c4f5 (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.nix | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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; }; |
