Skip to content

Commit

Permalink
Allow flake config
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jun 22, 2024
1 parent 8be108c commit 2637ec8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# run: |
# ./bin/${{ matrix.devShell }} -c ghc --version
# ./bin/${{ matrix.devShell }} -c cabal --version
- run: nix flake check
- run: nix flake check --accept-flake-config
timeout-minutes: 2
# timeout-minutes: 5
# - name: Update package index
Expand Down
4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
extra-substituters = [ "https://cache.iog.io" ];
extra-trusted-public-keys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ];
};
# nixConfig = {
# extra-trusted-public-keys = "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=";
# extra-substituters = "https://devenv.cachix.org";
# };

outputs = inputs@{ self, flake-utils, haskellNix, nixpkgs }:
flake-utils.lib.eachDefaultSystem (system:
Expand Down

0 comments on commit 2637ec8

Please sign in to comment.