Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbush committed Dec 20, 2024
1 parent 38eb557 commit 8f98f4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: workflow/nix-shell-action@v3
with:
flakes: .#docker
# script: |
# # Runs hello from a local flake.nix
# hello
# # Uses docker from the nixpkgs registry (see https://raw.githubusercontent.com/NixOS/flake-registry/master/flake-registry.json)
# command -v docker
script: |
# Runs hello from a local flake.nix
ls
# # Uses docker from the nixpkgs registry (see https://raw.githubusercontent.com/NixOS/flake-registry/master/flake-registry.json)
# command -v docker

0 comments on commit 8f98f4b

Please sign in to comment.