Skip to content

Commit

Permalink
chore(deps): Bump nixpkgs
Browse files Browse the repository at this point in the history
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 b8652ae commit 01ed91c
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-09-02";
url = "https://github.com/nixos/nixpkgs/archive/12228ff1752d7b7624a54e9c1af4b222b3c1073b.tar.gz";
sha256 = "1dmng7f5rv4hgd0b61chqx589ra7jajsrzw21n8gp8makw5khvb2";
}
) {}
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 01ed91c

Please sign in to comment.