Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hensing <[email protected]>
  • Loading branch information
Ericson2314 and roberth committed Aug 14, 2024
1 parent ec4d347 commit 7964c83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packaging/everything.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,16 @@
];
}).overrideAttrs (_: {
doCheck = true;
doInstallCheck = true;

checkInputs = [
# Actually run the unit tests too
nix-util-tests.tests.run
nix-store-tests.tests.run
nix-expr-tests.tests.run
nix-flake-tests.tests.run

];
installCheckInputs = [
nix-functional-tests
];
})

0 comments on commit 7964c83

Please sign in to comment.