Skip to content

Commit

Permalink
Try flake checker again
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Dec 14, 2024
1 parent d125884 commit e63d3a4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ jobs:
logger: pretty
- name: Cache
uses: DeterminateSystems/magic-nix-cache-action@main
# - name: Check Nix flake inputs
# uses: DeterminateSystems/flake-checker-action@v4
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4
- name: Check Flake
run: NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure
run: |
NIXPKGS_ALLOW_INSECURE=1
nix flake check
--no-build
--impure
# --show-trace
# run: NIXPKGS_ALLOW_INSECURE=1 nix flake check --no-build --accept-flake-config --impure

0 comments on commit e63d3a4

Please sign in to comment.