Skip to content

Commit

Permalink
Update to latest bellroy-nix-foss
Browse files Browse the repository at this point in the history
  • Loading branch information
endgame committed Aug 21, 2024
1 parent 88e35c6 commit 0168019
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.*~
.direnv
.envrc
.pre-commit-config.yaml
/.cabal-sandbox
/.stack-work
/cabal.sandbox.config
Expand Down
13 changes: 0 additions & 13 deletions cached-io.nix

This file was deleted.

7 changes: 1 addition & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@

outputs = inputs:
inputs.bellroy-nix-foss.lib.haskellProject {
cabalPackages = [
{
name = "cached-io";
path = ./cached-io.nix;
}
];
src = ./.;
supportedCompilers = [
"ghc810"
"ghc90"
Expand Down

0 comments on commit 0168019

Please sign in to comment.