about summary refs log tree commit diff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2021-12-08 05:13:14 +0300
committerAzat Bahawi <azahi@teknik.io>2021-12-08 05:13:14 +0300
commit66d85058a0031db6e7018c277d80aecca7330496 (patch)
treecc50ef3e8718643ccf0290647f443ad95e749462 /.gitlab-ci.yml
parentwtf (diff)
fix
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0db7fab..d54e003 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ before_script:
 stages:
   - env
   - check
-  - cache
+  - cachix
 
 show:
   stage: env
@@ -33,8 +33,8 @@ check:
     - nix flake check --show-trace
   allow_failure: true
 
-cache:
-  stage: cache
+cachix:
+  stage: cachix
   script:
     - nix build --show-trace --json |
       jq -r '.[].outputs | to_entries[].value' |

Consider giving Nix/NixOS a try! <3