fix ci/cd ?
All checks were successful
/ check (push) Successful in 17s

This commit is contained in:
Lzebulon 2025-08-06 22:24:02 +02:00
parent 215fa0f3b9
commit 761c42d982
Signed by: lzebulon
GPG key ID: D6CDAB8050CBBE7D
2 changed files with 8 additions and 3 deletions

View file

@ -2,9 +2,8 @@ on: [push]
jobs: jobs:
check: check:
runs-on: nixos-latest runs-on: native
steps: steps:
- name: "Setup nixos" - uses: actions/checkout@v4
run: echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
- name: Nixos check - name: Nixos check
run: nix flake check run: nix flake check

View file

@ -21,6 +21,12 @@
"nixos-latest:docker://nixos/nix:latest" "nixos-latest:docker://nixos/nix:latest"
"native:host" "native:host"
]; ];
hostPackages = with pkgs; [
# besoin pour checkout
nodejs
nix
];
}; };
}; };
} }