updated flake file to be able to use the nix command

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

View file

@ -3,7 +3,7 @@ default:
tags:
- nix
before_script:
- nix develop
- nix develop --extra-experimental-features='nix-command flakes'
stages:
- test