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 /options.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 'options.nix')
| -rw-r--r-- | options.nix | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/options.nix b/options.nix index 5bea3386..5bad55d7 100644 --- a/options.nix +++ b/options.nix @@ -3,7 +3,14 @@ let inherit (lib) types mkOption mkEnableOption; fortify = pkgs.pkgsStatic.callPackage ./package.nix { - inherit (pkgs) bubblewrap xdg-dbus-proxy glibc; + inherit (pkgs) + bubblewrap + xdg-dbus-proxy + glibc + zstd + gnutar + coreutils + ; }; in |
