Skip to content

Commit

Permalink
Merge pull request #44 from ngi-nix/no-url-literals
Browse files Browse the repository at this point in the history
ci: Add experimental feature no-url-literals
  • Loading branch information
lorenzleutgeb committed Sep 6, 2023
2 parents 1153203 + d076d6a commit 6cf4dba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
experimental-features = no-url-literals
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check

0 comments on commit 6cf4dba

Please sign in to comment.