about summary refs log tree commit diff
path: root/users/sterni/exercises/aoc/2021/default.nix
{ depot ? import ../../../../.. { }
, pkgs ? depot.third_party.nixpkgs
, ...
}:

pkgs.mkShell {
  nativeBuildInputs = [
    pkgs.cbqn
  ];
}