Local runner for GitHub autograder
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update flake.nix

authored by

Ben C and committed by
GitHub
808b1c90 10ffee56

+1
+1
flake.nix
··· 10 10 pname = "gh-grader-preview"; 11 11 version = "0.2.0"; 12 12 src = ./.; 13 + useFetchCargoVendor = true; 13 14 cargoLock = { 14 15 lockFile = ./Cargo.lock; 15 16 };