tern_solver/shell.nix

7 lines
91 B
Nix
Raw Normal View History

2025-06-14 18:43:20 +03:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
ghc
];
}