Настройка Haskell-проектов через Nix Flake
★ 7.5 · devops
nix-haskell is a Claude Code skill that guides development on Haskell projects using Nix via the haskell-flake flake-parts module. New projects must be bootstrapped by cloning haskell-template with `git clone https://github.com/srid/haskell-template` — writing `flake.nix` from scratch or fetching individual files is explicitly discouraged. All Nix configuration belongs in `./nix/modules/flake/*.nix` files, as `flake.nix` delegates entirely to nixos-unified autowiring. The skill covers haskell-flake setup, adding and overriding dependencies, package settings, and devShell configuration; haskell-flake auto-detects `.cabal` and `cabal.project` files. It is aimed at developers building reproducible Haskell environments with Nix Flakes.
- #haskell
- #nix
- #flake
- #cabal
- #development-environment