diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-02-16 02:35:22 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-02-16 02:35:22 +0300 |
commit | 6d20a6d77f995686cb903baafd9c262b9bf990e5 (patch) | |
tree | 1346af5d0d8f9a6c38cc7be4da4682cb248da949 /.gitlab-ci.yml | |
parent | will this fix the pipeline? (diff) |
some ci stuff whatevs
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 168fac6..2242e13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,5 @@ --- -image: nixpkgs/nix-flakes:latest - -variables: - NIX_PATH: "nixpkgs=channel:nixpkgs-unstable" +image: nixpkgs/nix-flakes:nixos-21.11 before_script: - nix --version |