Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-cll committed Nov 28, 2023
1 parent 7348817 commit e5a14e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions actions/manifest-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ runs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: cachix/install-nix-action@v22
with:
install_url: https://releases.nixos.org/nix/nix-2.18.1/install
nix_path: nixpkgs=channel:nixos-unstable
# Enables sandbox for all drv except those with `__noChroot = true;`
extra_nix_config: "sandbox = relaxed"
with:
install_url: https://releases.nixos.org/nix/nix-2.18.1/install
nix_path: nixpkgs=channel:nixos-unstable
# Enables sandbox for all drv except those with `__noChroot = true;`
extra_nix_config: "sandbox = relaxed"

- uses: cachix/cachix-action@v12
with:
Expand Down

0 comments on commit e5a14e1

Please sign in to comment.