Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add nix packaging support using haskell.nix (#483)
* Add nix packaging files * Flake-based nix packaging * Add non-flake compatibility layer for nix * Try to put stack.yaml with a sub-dir * Revert "Try to put stack.yaml with a sub-dir" Does not work, attempting other workarounds. This reverts commit 45a8601. * Use haskell.nix from main flake * Use correct project type * Support of different ghc versions in nix packaging * Add multiple devShells and fix typo * Fix another typo * Another typo * Add workflow for testing nix integration * Remove evalSystem * Disable devshell testing in workflows, takes too long * Add missing option for nix flake commands to work * Fix nix flake check * Try to fix OS X workflow
- Loading branch information