tern_solver/shell.nix
2025-06-14 18:43:20 +03:00

7 lines
No EOL
91 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
ghc
];
}