summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2020-09-28 21:08:14 +0300
committerGitHub <noreply@github.com>2020-09-28 21:08:14 +0300
commitc89fa3f644eec0652e97c11d9246f9580e5929fe (patch)
tree25e04877cc8c1e599e98c22e6764affd19f57b4a /.github
parent095a91f55a89d856e51ff099686e2bbe6fb9a384 (diff)
Update .github/workflows/test.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2f5c548d9..adc56e223 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,6 @@ jobs:
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v11
- with:
skip_adding_nixpkgs_channel: true
#- run: nix flake check
- run: nix-build -A checks.$(if [[ `uname` = Linux ]]; then echo x86_64-linux; else echo x86_64-darwin; fi)