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

mkShell {
  inherit (import ./. {}) buildInputs nativeBuildInputs;
}