From 5837714122715d81a711736246261f8c6c7bea8e Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 29 May 2023 12:25:10 +0200 Subject: gitlab-ci --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4331f01..1285acb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,8 @@ build: - export NIX_PATH=nixpkgs=channel:nixos-unstable script: - - nix-shell --command "make build" + - nix-env -f shell.nix -i -A buildInputs + - make build artifacts: paths: -- cgit v1.2.3