10 lines
167 B
YAML
10 lines
167 B
YAML
resolver: ghc-9.4.3
|
|
# GHC is managed through Nix
|
|
install-ghc: false
|
|
packages:
|
|
- .
|
|
nix:
|
|
enable: true
|
|
shell-file: stack-shell.nix
|
|
path: ["nixpkgs=./nix/pkgs.nix"]
|