rename snowy -> crappy

get it? it's the crappy version of lappy
This commit is contained in:
Colin 2024-06-07 08:04:57 +00:00
parent 1dd10450f2
commit 10158bb444
3 changed files with 4 additions and 4 deletions

View File

@ -173,11 +173,11 @@
moby = { name = "moby"; local = "x86_64-linux"; target = "aarch64-linux"; };
moby-light = { name = "moby"; local = "x86_64-linux"; target = "aarch64-linux"; variant = "light"; };
moby-min = { name = "moby"; local = "x86_64-linux"; target = "aarch64-linux"; variant = "min"; };
# snowy is technically armv7a, and armv7l uses only a _subset_ of the available ISA.
# crappy is technically armv7a, and armv7l uses only a _subset_ of the available ISA.
# but flakes don't expose that as a target.
snowy = { name = "snowy"; local = "x86_64-linux"; target = "armv7l-linux"; };
snowy-min = { name = "snowy"; local = "x86_64-linux"; target = "armv7l-linux"; variant = "min"; };
snowy-musl = { name = "snowy"; local = "x86_64-linux"; target = "armv7a-linux"; variant = "min"; };
crappy = { name = "crappy"; local = "x86_64-linux"; target = "armv7l-linux"; };
crappy-min = { name = "crappy"; local = "x86_64-linux"; target = "armv7l-linux"; variant = "min"; };
crappy-musl = { name = "crappy"; local = "x86_64-linux"; target = "armv7a-linux"; variant = "min"; };
rescue = { name = "rescue"; local = "x86_64-linux"; target = "x86_64-linux"; };
};
hostsNext = mapAttrs' (h: v: {