Enable flakes as well

This commit is contained in:
Savanni D'Gerinel 2025-03-28 00:06:37 -04:00
parent b88ca9e36f
commit b8b7844ec2

View File

@ -27,7 +27,7 @@ jobs:
- name: Where am I?
run: pwd
- name: Build the apps
run: /run/current-system/sw/bin/nix --extra-experimental-features nix-command build .#all
run: /run/current-system/sw/bin/nix --extra-experimental-features "nix-command flakes" build .#all
- name: Check the end of the build
run: ls ${{ gitea.workspace }}/result/bin