Unverified Commit 4f58a2a9 authored by nikstur's avatar nikstur Committed by GitHub
Browse files

Revert "nixos/tests/userborn: fix setting hostPlatform" (#379802)

parents 121c18d6 6c94b746
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ in
  meta.maintainers = with lib.maintainers; [ nikstur ];

  nodes.machine =
    { pkgs, ... }:
    { config, ... }:
    {
      imports = [ common ];

@@ -36,8 +36,8 @@ in
      specialisation.new-generation = {
        inheritParentConfig = false;
        configuration = {
          nixpkgs.hostPlatform = {
            inherit (pkgs.stdenv.hostPlatform) system;
          nixpkgs = {
            inherit (config.nixpkgs) hostPlatform;
          };
          imports = [ common ];

+3 −3
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ in
  meta.maintainers = with lib.maintainers; [ nikstur ];

  nodes.machine =
    { pkgs, ... }:
    { config, ... }:
    {
      imports = [ common ];

@@ -32,8 +32,8 @@ in
      specialisation.new-generation = {
        inheritParentConfig = false;
        configuration = {
          nixpkgs.hostPlatform = {
            inherit (pkgs.stdenv.hostPlatform) system;
          nixpkgs = {
            inherit (config.nixpkgs) hostPlatform;
          };
          imports = [ common ];

+3 −3
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ in
  meta.maintainers = with lib.maintainers; [ nikstur ];

  nodes.machine =
    { pkgs, ... }:
    { config, ... }:
    {
      imports = [ common ];

@@ -36,8 +36,8 @@ in
      specialisation.new-generation = {
        inheritParentConfig = false;
        configuration = {
          nixpkgs.hostPlatform = {
            inherit (pkgs.stdenv.hostPlatform) system;
          nixpkgs = {
            inherit (config.nixpkgs) hostPlatform;
          };
          imports = [ common ];

+3 −3
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ in
  meta.maintainers = with lib.maintainers; [ nikstur ];

  nodes.machine =
    { pkgs, ... }:
    { config, ... }:
    {
      imports = [ common ];

@@ -33,8 +33,8 @@ in
      specialisation.new-generation = {
        inheritParentConfig = false;
        configuration = {
          nixpkgs.hostPlatform = {
            inherit (pkgs.stdenv.hostPlatform) system;
          nixpkgs = {
            inherit (config.nixpkgs) hostPlatform;
          };
          imports = [ common ];