Skip to content

Commit

Permalink
Disable the evalNixOS test
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Nov 7, 2019
1 parent 04bf9ac commit 99af822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.nix
Expand Up @@ -277,7 +277,6 @@ let
nix = build.x86_64-linux;
officialRelease = false;
};
*/
tests.evalNixOS =
pkgs.runCommand "eval-nixos" { buildInputs = [ build.x86_64-linux ]; }
Expand All @@ -289,6 +288,7 @@ let
touch $out
'';
*/


installerScript =
Expand Down Expand Up @@ -327,7 +327,7 @@ let
tests.nix-copy-closure
tests.binaryTarball
#tests.evalNixpkgs
tests.evalNixOS
#tests.evalNixOS
installerScript
];
};
Expand Down

0 comments on commit 99af822

Please sign in to comment.