This commit is contained in:
Nathan McCarty 2025-02-12 01:55:09 -05:00
parent dd79089897
commit 24ce626020

View file

@ -5,7 +5,7 @@
}: {
# perSystem = { ... }: { config.packages.hello = ...; };
flake.nixosConfigurations.crash = withSystem "aarch64-linux" (
flake.nixosConfigurations.tides = withSystem "aarch64-linux" (
ctx @ {
config,
inputs',