try install nix via action

This commit is contained in:
Cyryl Płotnicki 2023-07-23 10:17:15 +01:00
parent 408d7b3704
commit ea75635c0b

View file

@ -10,12 +10,8 @@ jobs:
- name: Hello
run: |
echo "Hello and welcome"
- name: Install dependencies
run: |
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux \
--extra-conf "sandbox = false" \
--init none \
--no-confirm
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
- uses: actions/checkout@v3
name: Checkout
- name: Metadata