Remove aarch64 gcc on rainbowdash

This commit is contained in:
Artemis Tosini 2022-01-18 16:11:13 +00:00
parent 3e646b7ff8
commit 2dec5a85de
Signed by: artemist
GPG key ID: ADFFE553DCBB831E

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { config, ... }:
{ {
imports = [ imports = [
@ -15,10 +15,6 @@
../../sets/krb5.nix ../../sets/krb5.nix
]; ];
environment.systemPackages = [
pkgs.pkgsCross.aarch64-multiplatform.buildPackages.gcc
];
boot.supportedFilesystems = [ "nfs4" ]; boot.supportedFilesystems = [ "nfs4" ];
# Home # Home