all repos — nixfiles @ 670e819deb82e8fe4254b45bfc5d7d7426ca8764

System and user configuration, managed by nix and home-manager

Update flake inputs

Alan Pearce
commit

670e819deb82e8fe4254b45bfc5d7d7426ca8764

parent

fc34f9bff56658d9987b7cc62c1a7106a467f7e7

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M flake.nixflake.nix
@@ -39,6 +39,11 @@ system = "x86_64-linux";
specialArgs = attrs; modules = [ ./system/prefect.nix ]; }; + nixosConfigurations.nanopi = nixpkgs.lib.nixosSystem { + system = aarch64LinuxSystem; + specialArgs = attrs; + modules = [ ./nanopi.nix ]; + }; darwinConfigurations.mba = darwin.lib.darwinSystem { system = darwinSystem; specialArgs = attrs;