about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2021-12-08 05:21:13 +0300
committerAzat Bahawi <azahi@teknik.io>2021-12-08 05:21:13 +0300
commit56ebd1ccc8bf6dbeff62120eb01b7597328359af (patch)
tree53e945ba14193cb9d78afefe5ca71673a05c3f77
parentfix (diff)
test
Diffstat (limited to '')
-rw-r--r--.gitlab-ci.yml19
1 files changed, 6 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ee368de..ac6183b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,26 +6,19 @@ variables:
 
 before_script:
   - nix --version
+  - nix flake metadata
 
 stages:
-  - env
+  - info
   - check
   - cachix
 
-show:
-  stage: env
+info:
+  stage: info
   script:
     - env
-    - nix show-config |
-      tee show-config.log
-    - nix show-derivation |
-      tee show-derivation.log
-  artifacts:
-    paths:
-      - show-config.log
-      - show-derivation.log
-    expire_in: 1 week
-    when: on_success
+    - nix show-config
+    - nix show-derivation
 
 check:
   stage: check

Consider giving Nix/NixOS a try! <3