Skip to content

Commit

Permalink
chore: Apply nixpkgs-fmt to entire source tree
Browse files Browse the repository at this point in the history
  • Loading branch information
bow committed Jul 16, 2024
1 parent 5a5f05f commit 777fb62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/ml-stack-old/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ let
'';
in
# Note: torch.cuda() will print False, even if you have a GPU, when this runs *during test.*
# But if you run the script below in your shell (rather than during build), it will print True.
# Presumably this is due to sandboxing.
# But if you run the script below in your shell (rather than during build), it will print True.
# Presumably this is due to sandboxing.
runCommand "ml-stack-old-test" { } ''
${env}/bin/python "${testScript}" > $out
''
4 changes: 2 additions & 2 deletions tests/ml-stack/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ let
'';
in
# Note: torch.cuda() will print False, even if you have a GPU, when this runs *during test.*
# But if you run the script below in your shell (rather than during build), it will print True.
# Presumably this is due to sandboxing.
# But if you run the script below in your shell (rather than during build), it will print True.
# Presumably this is due to sandboxing.
runCommand "ml-stack-test" { } ''
${env}/bin/python "${testScript}" > $out
''

0 comments on commit 777fb62

Please sign in to comment.