Skip to content

Commit

Permalink
ci: drop nix.conf change when publishing to flakehub
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetkov committed Feb 8, 2025
1 parent 7a6d6e7 commit 112e659
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-flakehub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
steps:
- uses: "actions/checkout@v4"
- uses: "DeterminateSystems/nix-installer-action@main"
- name: "allow IFD"
run: |
echo "allow-import-from-derivation = true" >> /etc/nix/nix.conf
- uses: "DeterminateSystems/flakehub-push@main"
with:
visibility: "public"

0 comments on commit 112e659

Please sign in to comment.