aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
blob: 39a90433f6536d41cfc8288e61068bdb17c54699 (plain)
1
2
3
4
5
with import <nixpkgs> {};

mkShell {
  buildInputs = (import ./.).buildInputs;
}