nix: bump inputs

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I704ac50f34324d22d6ea86329f709e9d6a6a6964
This commit is contained in:
raf 2025-09-09 20:31:14 +03:00
commit 10c523ab89
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 4 additions and 4 deletions

View file

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