Skip to content

Commit

Permalink
feat: add aarch64-linux targets
Browse files Browse the repository at this point in the history
  • Loading branch information
wucke13 committed Oct 13, 2024
1 parent e6c03d0 commit 549221c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
};
};

outputs = { self, nixpkgs, flake-utils, treefmt-nix, ... } @ inputs: flake-utils.lib.eachSystem [ "x86_64-linux" ]
outputs = { self, nixpkgs, flake-utils, treefmt-nix, ... } @ inputs: flake-utils.lib.eachSystem [
"aarch64-linux"
"x86_64-linux"
]
(system:
let
pkgs = import nixpkgs {
Expand Down

0 comments on commit 549221c

Please sign in to comment.