srid / nixos-flake

A flake-parts module to manage NixOS and macOS machines, along with home-manager support, in a unified fashion.
https://community.flake.parts/nixos-flake
MIT License
175 stars 19 forks source link

Add aarch64-linux #28

Closed tgunnoe closed 1 year ago

tgunnoe commented 1 year ago

We exist

srid commented 1 year ago

Wonder why Github Actions is not running? Since the API is changed, you should change the examples as well, eg: https://github.com/srid/nixos-flake/blob/fed64870d63139bd4488999a607830ca7c9125ff/examples/both/flake.nix#L30

tgunnoe commented 1 year ago

Maybe mk<arch><OS>System are too many choices now, should system be passed into mkLinuxSystem/mkMacosSystem instead?

tgunnoe commented 1 year ago

oh whoops, its not inside of the set. let me change it somehow edit: nevermind. its good i think.

srid commented 1 year ago

CI fails. system should be the first argument.

srid commented 1 year ago

By the way, to run CI locallly, run nix run github:srid/nixci

tgunnoe commented 1 year ago

Ah sorry, I just noticed. I force pushed change https://github.com/srid/nixos-flake/commit/f377763c798186a68d8cf5a0df304e5cf0983825 just now above, but maybe the first ci run didn't finish, because now GH is not picking up the latest from my branch as a change here.

I ran nixci locally now. i didn't get any errors