From 221955143d22f77519bbbc7ab7eef36353a021c2 Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
Date: Mon, 4 Oct 2021 23:13:28 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 035257d..7410ce8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: nixpkgs/nix:latest
+image: registry.stuebinm.eu/guix
 
 stages:
   - build
@@ -6,8 +6,7 @@ stages:
 build-job:
   stage: build
   script:
-    - nix-build build.nix
-    - cp result/bin/walint .
+    - cp $(guix pack -m manifest.scm -f tarball -S /bin=bin) walint.tar
   artifacts:
     paths:
-      - walint
+      - walint.tar
-- 
GitLab