Skip to content

Commit

Permalink
Merge pull request #82 from mobusoperandi/flake-skip-check
Browse files Browse the repository at this point in the history
flake skip check
  • Loading branch information
mightyiam authored Feb 20, 2024
2 parents 6cb3042 + 44ab8ab commit 480255a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@
// {
inherit cargoArtifacts;
nativeCheckInputs = [pkgs.nix];
__impureHostDeps = ["/dev/ptmx" "/dev/pts/ptmx"];
preCheck = ''
echo "I AM $(whoami)"
ls -l /dev/
'';
# 1. integration tests execute `nix`, which fails creating `/nix/var`
# 2. integration tests require `/dev/ptmx`
doCheck = false;
}
);

Expand Down

0 comments on commit 480255a

Please sign in to comment.