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:
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue