Skip to content

Commit

Permalink
Reindent
Browse files Browse the repository at this point in the history
  • Loading branch information
wagdav committed Aug 4, 2024
1 parent c58a771 commit b18f25b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,14 @@
system = "aarch64-linux";
format = "sd-aarch64";
specialArgs = attrs;
modules = [
./host-rp3.nix
];
modules = [ ./host-rp3.nix ];
};

sdcard-rp4 = nixos-generators.nixosGenerate {
system = "aarch64-linux";
format = "sd-aarch64";
specialArgs = attrs;
modules = [
./host-rp4.nix
];
modules = [ ./host-rp4.nix ];
};
};

Expand Down

0 comments on commit b18f25b

Please sign in to comment.