nix: bump inputs
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I704ac50f34324d22d6ea86329f709e9d6a6a6964
This commit is contained in:
parent
6c18427dc3
commit
10c523ab89
2 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue