From fd316a567c430632533a8404f88cfb8ce00e6a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Barnouin?= Date: Thu, 24 Oct 2024 10:59:05 +0200 Subject: [PATCH] CI test : could CI at least check flake ? --- .forgejo/workflows/demo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index c87dc07..993dab2 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -6,7 +6,7 @@ jobs: container: image: nixos/nix:2.24.9 steps: - - name: Clone repo and connect to ssh + - name: Clone repo and connect to ssh run: | cat /etc/os-release nix-shell -p git ssh-agents nixos-rebuild @@ -17,4 +17,4 @@ jobs: eval $(ssh-agent -s) ssh-add id_ed25519.pub ssh -o StrictHostKeyChecking=accept-new tbarnouin@192.168.1.40 echo "All set !" - nixos-rebuild --target-host root@192.168.1.40 switch --flake .#nginx + nix --extra-experimental-features nix-command --extra-experimental-features flakes flake check