Skip to content

Commit

Permalink
update flake.lock for new goo, use erlang26
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahedron committed Sep 4, 2024
1 parent 4c21190 commit 29fc75d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 17 deletions.
47 changes: 32 additions & 15 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs";
goo.url = "github:doma-engineering/goo-1.14?ref=v1.14";
goo.url = "github:doma-engineering/goo";
};

outputs = {self, nixpkgs, goo}:
Expand All @@ -12,7 +12,7 @@
devShell.x86_64-linux =
pkgs.mkShell {
buildInputs = [
pkgs.erlangR24
pkgs.erlang_26
goo.defaultPackage.x86_64-linux
pkgs.libsodium
pkgs.inotify-tools
Expand Down

0 comments on commit 29fc75d

Please sign in to comment.