Skip to content

Commit

Permalink
chore: consistent no-url-literals
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Nov 7, 2024
1 parent a5e1d7b commit bde0c31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
experimental-features = pipe-operators
experimental-features = no-url-literals pipe-operators
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: navikt/github-app-token-generator@v1
id: get-token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
experimental-features = pipe-operators
experimental-features = no-url-literals pipe-operators
- uses: DeterminateSystems/update-flake-lock@main
id: update
with:
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
];
});

nixConfig.extra-experimental-features = ["pipe-operators"];
nixConfig.extra-experimental-features = ["pipe-operators" "no-url-literals"];
}

0 comments on commit bde0c31

Please sign in to comment.