Skip to content

Commit

Permalink
Update sakhib.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Aug 30, 2024
1 parent 4a5f61b commit 4666e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/users/sakhib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let

# if pkgs.stdenv.hostPlatform.isAarch64 is true, remove aarch64-unfriendly packages from general-packs
packs = if pkgs.stdenv.hostPlatform.isAarch64 then
lib.filterAttrs (name: _: !lib.elem name not-aarch64) any-packs
lib.filter (pkg: !lib.elem pkg not-aarch64) any-packs
else
any-packs;
in
Expand Down

0 comments on commit 4666e96

Please sign in to comment.