Skip to content
Snippets Groups Projects
Commit d1e38ccb authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Continue to pin nixpkgs on CI

parent 4c4cc2e3
No related branches found
No related tags found
1 merge request!12Fix openssl build issues
......@@ -30,6 +30,7 @@ jobs:
- run:
name: "Run Tests"
command: |
export NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/$(cat nixpkgs.rev).tar.gz
nix-build nixos/unit-tests.nix && cat result
build:
......@@ -57,6 +58,7 @@ jobs:
- run:
name: "Nix Build"
command: |
export NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/$(cat nixpkgs.rev).tar.gz
nix-build docs.nix
- store_artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment