Skip to content

Commit

Permalink
Update flake.lock (#407)
Browse files Browse the repository at this point in the history
* Fixed broken flake

* flake.lock: Update

Flake lock file updates:

• Updated input 'typelevel-nix':
    'github:typelevel/typelevel-nix/a1728ad2e67781ba96ac80f96c47e1e44f7587cf?narHash=sha256-OP6eBG3yC%2BqN3RvYDJMkaBCxJTXvJmiTc1/e7Cc2vsA%3D' (2024-09-30)
  → 'github:typelevel/typelevel-nix/f4b3fd00abab9bbfa52f785bf26068794362a0ba?narHash=sha256-xCJxREyBhEiQOAGrTHs70MTLXgi4c3H5JV0INqwIpLI%3D' (2024-10-28)
• Updated input 'typelevel-nix/devshell':
    'github:numtide/devshell/67cce7359e4cd3c45296fb4aaf6a19e2a9c757ae?narHash=sha256-Yo/3loq572A8Su6aY5GP56knpuKYRvM2a1meP9oJZCw%3D' (2024-07-27)
  → 'github:numtide/devshell/dd6b80932022cea34a019e2bb32f6fa9e494dfef?narHash=sha256-xRJ2nPOXb//u1jaBnDP56M7v5ldavjbtR6lfGqSvcKg%3D' (2024-10-07)
• Updated input 'typelevel-nix/nixpkgs':
    'github:nixos/nixpkgs/7eee17a8a5868ecf596bbb8c8beb527253ea8f4d?narHash=sha256-uNfh3aMyCekMpjtL/PZtl2Hz/YqNuUpCBEzVxt1QYck%3D' (2024-09-29)
  → 'github:nixos/nixpkgs/86e78d3d2084ff87688da662cf78c2af085d8e73?narHash=sha256-eWPRZAlhf446bKSmzw6x7RWEE4IuZgAp8NW3eXZwRAY%3D' (2024-10-26)

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
hnaderi and github-actions[bot] authored Nov 1, 2024
1 parent ef35a49 commit 3a9646a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 @@ -22,7 +22,7 @@
nodejs.enable = true;
native = {
enable = true;
libraries = with pkgs; [ s2n utf8proc openssl ];
libraries = with pkgs; [ s2n-tls utf8proc openssl ];
};
};
};
Expand Down

0 comments on commit 3a9646a

Please sign in to comment.