3 lines
102 B
Nix
3 lines
102 B
Nix
|
{ pkgs , compiler ? "ghc902"}:
|
||
|
pkgs.haskell.packages.${compiler}.callPackage ./sodokuSolver.nix { }
|