This commit is contained in:
parent
215fa0f3b9
commit
761c42d982
2 changed files with 8 additions and 3 deletions
|
|
@ -2,9 +2,8 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: nixos-latest
|
||||
runs-on: native
|
||||
steps:
|
||||
- name: "Setup nixos"
|
||||
run: echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
||||
- uses: actions/checkout@v4
|
||||
- name: Nixos check
|
||||
run: nix flake check
|
||||
|
|
|
|||
|
|
@ -21,6 +21,12 @@
|
|||
"nixos-latest:docker://nixos/nix:latest"
|
||||
"native:host"
|
||||
];
|
||||
|
||||
hostPackages = with pkgs; [
|
||||
# besoin pour checkout
|
||||
nodejs
|
||||
nix
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue