use built-in nix on ci runner
This commit is contained in:
parent
e883edd218
commit
d2e4238e5b
2 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,6 @@ jobs:
|
|||
- name: Hello
|
||||
run: |
|
||||
echo "Hello and welcome"
|
||||
- name: Install Nix
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||
- uses: actions/checkout@v3
|
||||
name: Checkout
|
||||
- name: Metadata
|
||||
|
|
|
@ -33,6 +33,7 @@ in
|
|||
nodejs
|
||||
wget
|
||||
sudo
|
||||
nix
|
||||
];
|
||||
labels = [
|
||||
"nixery-nix-node:docker://nixery.dev/shell/nix/git/nodejs:latest"
|
||||
|
|
Loading…
Reference in a new issue