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 1eb708f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ layout: default

- [Radar Flood Water Extraction](https://github.com/linz/emergency-management-tools/tree/master/flooding/sentinel1_water_extraction)
- [Optical Flood Water Extraction](https://github.com/linz/emergency-management-tools/tree/master/flooding/sentinel2_water_extraction)
- [Convert date/time from machine-readable to
human-readable]({{ 'machine-readable-to-human-readable-date-time/' | relative_url }})
- [Convert date/time from machine-readable to human-readable]({{ 'machine-readable-to-human-readable-date-time/' | relative_url }})
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 1eb708f

Please sign in to comment.