updated flake file to be able to use the nix command

This commit is contained in:
Sebastian Wendel 2022-11-29 14:22:11 +01:00
parent 7718a2c31b
commit 7841e6d76e
No known key found for this signature in database
GPG key ID: 1422B7DF78144640

View file

@ -1,9 +1,12 @@
---
variables:
NIX_CONFIG: "experimental-features = nix-command flakes recursive-nix"
default:
tags:
- nix
before_script:
- nix develop --extra-experimental-features='nix-command flakes'
- nix develop
stages:
- test