blob: 999b711f492ce2f56ac49face7efad5ae21774a1 [file] [log] [blame]
{ pkgs ? import <nixpkgs {} }:
pkgs.mkShell {
buildInputs = [
(import ./)
]
}