diff options
| author | Seth Flynn <[email protected]> | 2025-03-30 21:38:57 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-03-30 22:08:05 -0400 |
| commit | b75b85d4a7130ee051004c187c0a5af00f449e6e (patch) | |
| tree | d7904529faa108f7b68b7fb05097cdebb3bff635 /nix/static.nix | |
| parent | edbe9b7d259b95b48eae8b4f4853b1e5ad6ab537 (diff) | |
refactor(nix): nix-filter -> lib.fileset
Diffstat (limited to 'nix/static.nix')
| -rw-r--r-- | nix/static.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/static.nix b/nix/static.nix index 5c7f528..73c3595 100644 --- a/nix/static.nix +++ b/nix/static.nix @@ -1,6 +1,5 @@ { pkgsCross, - nix-filter, self, }: @@ -15,8 +14,9 @@ in let crossPkgs = crossPkgsFor.${arch}; in + (crossPkgs.callPackage ./package.nix { - inherit nix-filter self; + inherit self; optimizeSize = true; }).overrideAttrs (old: { |
