Test CI : nix build
Some checks failed
/ test (push) Failing after 15s

This commit is contained in:
Théo Barnouin 2024-10-23 17:59:10 +02:00
parent 44ea084c25
commit a488891ca1

View file

@ -10,5 +10,7 @@ jobs:
ls -alh ls -alh
nix-shell -p git nix-shell -p git
git clone https://"${{ vars.GIT_USER }}":"${{ vars.GIT_PASS }}"@git.le43.eu/tbarnouin/nixos-hypervisor git clone https://"${{ vars.GIT_USER }}":"${{ vars.GIT_PASS }}"@git.le43.eu/tbarnouin/nixos-hypervisor
cd nixos-hypervisor
nix --experimental-features 'nix-command flakes' .#nginx
echo "All set !" echo "All set !"