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:47 +02:00
parent a488891ca1
commit b8559d8775

View file

@ -11,6 +11,6 @@ jobs:
nix-shell -p git
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
nix --experimental-features 'nix-command flakes' build .#nginx
echo "All set !"