Adding action to add nix capabilities to docker runner #2

Open
eoghanconlon73 wants to merge 20 commits from eoghanconlon73/actions:main into main
Showing only changes of commit 561724501d - Show all commits

View file

@ -12,8 +12,8 @@ runs:
shell: bash
run: |
apt update
apt upgrade
apt install sudo
apt upgrade -y
apt install -y sudo
- uses: https://github.com/cachix/install-nix-action@v29
with:
nix_path: nixpkgs=channel:nixos-unstable