Update .github/workflows/main.yml
Some checks failed
update-flake-lock / lockfile (push) Failing after 8s
Some checks failed
update-flake-lock / lockfile (push) Failing after 8s
This commit is contained in:
parent
bbfae1bbdc
commit
af63526879
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -15,13 +15,7 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
run: |
|
uses: cachix/install-nix-action@v23
|
||||||
sudo mkdir -p /nix /etc/nix
|
|
||||||
sudo chmod a+rwx /nix
|
|
||||||
sudo sh -c "echo 'sandbox = false' > /etc/nix/nix.conf"
|
|
||||||
sh <(curl -L https://nixos.org/nix/install) --no-daemon
|
|
||||||
mkdir -p /home/runner/.config/nix/
|
|
||||||
echo 'experimental-features = nix-command flakes' > /home/runner/.config/nix/nix.conf
|
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
uses: DeterminateSystems/update-flake-lock@v16
|
uses: DeterminateSystems/update-flake-lock@v16
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user