Skip to content

Commit

Permalink
Merge pull request #131 from zarthross/flake
Browse files Browse the repository at this point in the history
Fix flake's overlays, add flake.lock
  • Loading branch information
bplommer authored Jul 25, 2024
2 parents e256f4b + 41f8710 commit 9fdcec8
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ metals.sbt

# npm
node_modules/
/.direnv/
143 changes: 143 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
let
pkgs = import nixpkgs {
inherit system;
overlays = [ typelevel-nix.overlay ];
overlays = [ typelevel-nix.overlays.default ];
};
in
{
Expand Down

0 comments on commit 9fdcec8

Please sign in to comment.