depot/third_party/tvl/users/riking/adventofcode-2020/day01/default.nix

11 lines
119 B
Nix
Raw Normal View History

{ depot, ... }:
with depot.third_party;
naersk.buildPackage {
src = ./.;
buildInputs = [ ];
doCheck = true;
}