about summary refs log blame commit diff
path: root/users/zseri/store-ref-scanner/default.nix
blob: b78cbfbc6588059d9bc1bea85ef822e990d68dd7 (plain) (tree)
1
2
3
4
5




                                                                 
{ depot, pkgs, ... }:

(import ./Cargo.nix { inherit pkgs; }).rootCrate.build.override {
  runTests = true;
}