Skip to content

Commit

Permalink
build: Bump nixpkgs and poetry2nix to recent unstable
Browse files Browse the repository at this point in the history
Need to keep using Python 3.11 for now because of an upstream issue
<sat-utils/sat-search#135>.
  • Loading branch information
l0b0 committed Sep 3, 2024
1 parent 836c0d7 commit 3bf3067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions nixpkgs.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import (
builtins.fetchTarball {
url = "https://github.com/nixos/nixpkgs/archive/2057814051972fa1453ddfb0d98badbea9b83c06.tar.gz";
sha256 = "1a8jafyawg8mysv787q0cwghkza9kahbbniism7v2rcxas89b575";
name = "nixos-unstable-2024-06-16";
url = "https://github.com/nixos/nixpkgs/archive/b60ebf54c15553b393d144357375ea956f89e9a9.tar.gz";
sha256 = "0rcshmy2lnw9i8y9jdp4dk1j6iacfmc0hlpslv1zr0idiiqpmsm6";
}
) {}
2 changes: 1 addition & 1 deletion python.nix
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{pkgs}:
pkgs.python3
pkgs.python311

0 comments on commit 3bf3067

Please sign in to comment.