nix: clean up packaging

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a69643e155d95fbed1d10900bbe4d7ff03b15
This commit is contained in:
raf 2025-08-12 12:50:16 +03:00
commit 478c020579
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 11 additions and 6 deletions

View file

@ -7,7 +7,6 @@
}: let
systems = ["x86_64-linux" "aarch64-linux"];
forEachSystem = nixpkgs.lib.genAttrs systems;
pkgsForEach = nixpkgs.legacyPackages;
in {
packages = forEachSystem (system: {