We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f56a5 commit a79da64Copy full SHA for a79da64
1 file changed
hosts/default.nix
@@ -13,7 +13,6 @@ in
13
flake.darwinConfigurations = {
14
# scutil --get LocalHostName
15
"Jan-Philips-MacBook-Pro" = darwinSystem {
16
- stdenv.hostPlatform.system = "aarch64-darwin";
17
inherit specialArgs;
18
19
modules = [
@@ -36,7 +35,7 @@ in
36
35
flake.nixosConfigurations = {
37
# minimal pi for bootstrapping and quick testing
38
pi-minimal = nixosSystem {
39
- inherit system specialArgs;
+ inherit specialArgs;
40
41
42
inputs.raspberry-pi-nix.nixosModules.raspberry-pi
@@ -46,7 +45,7 @@ in
46
45
47
# full pi configuration
48
pi = nixosSystem {
49
50
51
52
0 commit comments