Skip to content

Commit

Permalink
Fix: Pyproject requires hatch > 1.9.7 (nixpkgs 24.05)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Jul 15, 2024
1 parent bca7d49 commit 3df8cde
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{ pkgs ? import <nixpkgs> {} }:

let
unstable = import <nixos-unstable> {};
in
pkgs.mkShell {
buildInputs = [
pkgs.glibcLocales
Expand All @@ -8,7 +10,7 @@ pkgs.mkShell {
pkgs.postgresql
pkgs.redis
pkgs.kubo
pkgs.hatch
unstable.hatch
pkgs.rustup

pkgs.python312
Expand Down

0 comments on commit 3df8cde

Please sign in to comment.