diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-05-29 12:25:10 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-05-29 12:25:10 +0200 |
commit | 5837714122715d81a711736246261f8c6c7bea8e (patch) | |
tree | 604b777b5417e93b60b86a5da68d1644a30d93f7 | |
parent | 86e42b91d9856c98bcf0b2549d18b125985ca6e0 (diff) |
gitlab-ci
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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: |