Skip to content

Commit

Permalink
nix: remove GCC
Browse files Browse the repository at this point in the history
We are downloading a specific version that Nix does not provide
(aarch64-none-elf also does not work on macOS with Nix).
  • Loading branch information
Ivan-Velickovic committed Mar 7, 2024
1 parent 88b9576 commit 530ff6a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
let
pkgs = import <nixpkgs> {};
cross = import <nixpkgs> {
crossSystem = { config = "aarch64-none-elf"; };
};
in
pkgs.mkShell {
buildInputs = with pkgs.buildPackages; [
Expand All @@ -14,7 +11,6 @@ in
dtc
llvmPackages_16.clang
llvmPackages_16.lld
cross.buildPackages.gcc10
];
hardeningDisable = [ "all" ];
}
Expand Down

0 comments on commit 530ff6a

Please sign in to comment.