Commit graph

6 commits

Author SHA1 Message Date
Anton-Latukha 106dbf3b63
CI: GitHub: style clean-up
M  .github/workflows/Cabal-Linux.yml
M  .github/workflows/On-Readme-update.yml
M  .github/workflows/On-Release-Cabal-Linux.yml
M  .github/workflows/Optional-Nix-dev-env-macOS.yml
M  .github/workflows/Optional-Nix-dev-env-main.yml
2020-12-02 22:31:09 +02:00
Joe Hermaszewski c0f5b691d1 Bump install-haskell cachix-action and install-nix-action
Closes https://github.com/haskell-nix/hnix/issues/758

install-nix-action requires an explicit `nix_path` now, do not set this
when it is just used to install nix-instantiate for tests
2020-11-17 15:31:27 +08:00
Anton-Latukha c8c9990d9e
CI: GitHub: Nix-dev-env-{main,macOS}: rm Nixpkgs channel from names 2020-09-30 19:14:45 +03:00
Anton-Latukha 85710682e7
CI: Nix-dev-env-main: strict build: explicitly state the compiler
Further the switch to 8.10.1 arrives.

Under 8.10.1 HNix currently can not be built strictly.

This build is strict, so it is bounded to 8.8 currently. Which is a Nixpkgs default.
2020-09-29 23:19:57 +03:00
Anton-Latukha 245594db87
CI: Nix-dev-env-{main,macOS}: pin Nixpkgs rev
To avoid contribution loop problems, since we pin Nixpkgs in default.nix - it is
logical by default CI to follow the supported way of building.

The downside is - the maintainer would need to solve Nix issus when one tries to
update the Nixpkgs revision.
2020-09-29 23:16:17 +03:00
Anton-Latukha b1fbc25963
CI: GitHub: mv (Nixpkgs-Linux-main -> Optional-Nix-dev-env-main)
Underlining that Nixpkgs are currently optional.
2020-09-10 18:35:23 +03:00
Renamed from .github/workflows/Nixpkgs-Linux-main.yml (Browse further)