depot/third_party/tvl/users/sterni/exercises/aoc/2021/default.nix

11 lines
141 B
Nix
Raw Normal View History

{ depot ? import ../../../../.. { }
, pkgs ? depot.third_party.nixpkgs
, ...
}:
pkgs.mkShell {
nativeBuildInputs = [
pkgs.cbqn
];
}