Skip to content

Commit a79da64

Browse files
committed
fix: remove deprecated system setting
1 parent d2f56a5 commit a79da64

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

hosts/default.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ in
1313
flake.darwinConfigurations = {
1414
# scutil --get LocalHostName
1515
"Jan-Philips-MacBook-Pro" = darwinSystem {
16-
stdenv.hostPlatform.system = "aarch64-darwin";
1716
inherit specialArgs;
1817

1918
modules = [
@@ -36,7 +35,7 @@ in
3635
flake.nixosConfigurations = {
3736
# minimal pi for bootstrapping and quick testing
3837
pi-minimal = nixosSystem {
39-
inherit system specialArgs;
38+
inherit specialArgs;
4039

4140
modules = [
4241
inputs.raspberry-pi-nix.nixosModules.raspberry-pi
@@ -46,7 +45,7 @@ in
4645

4746
# full pi configuration
4847
pi = nixosSystem {
49-
inherit system specialArgs;
48+
inherit specialArgs;
5049

5150
modules = [
5251
inputs.raspberry-pi-nix.nixosModules.raspberry-pi

0 commit comments

Comments
 (0)