Skip to content

Commit

Permalink
Merge pull request #13 from flokli/argstr-system
Browse files Browse the repository at this point in the history
nix/default.nix: call pkgsAArch64 with passed in `system` as localSystem
  • Loading branch information
flokli authored Jul 15, 2024
2 parents e8ff203 + d05619d commit af25b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let
++ pango.buildInputs;

pkgsAArch64 = import nixpkgs {
localSystem = builtins.currentSystem;
localSystem = system;
crossSystem = "aarch64-linux";
overlays = [ (import ./overlay.nix) ];
};
Expand Down

0 comments on commit af25b2b

Please sign in to comment.