Remove aarch64 gcc on rainbowdash
This commit is contained in:
parent
3e646b7ff8
commit
2dec5a85de
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -15,10 +15,6 @@
|
|||
../../sets/krb5.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.pkgsCross.aarch64-multiplatform.buildPackages.gcc
|
||||
];
|
||||
|
||||
boot.supportedFilesystems = [ "nfs4" ];
|
||||
|
||||
# Home
|
||||
|
|
Loading…
Reference in a new issue