Skip to content

Commit 41f37ee

Browse files
Merge branch 'master' into fix/animepahe
2 parents 4f0c899 + 8530da2 commit 41f37ee

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
description = "Viu Project Flake";
33

44
inputs = {
5-
# The nixpkgs unstable latest commit breaks the plyer python package
6-
nixpkgs.url = "github:nixos/nixpkgs/3ff0e34b1383648053bba8ed03f201d3466f90c9";
5+
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
76
flake-utils.url = "github:numtide/flake-utils";
87
};
98

@@ -17,21 +16,21 @@
1716
system:
1817
let
1918
pkgs = nixpkgs.legacyPackages.${system};
20-
inherit (pkgs) lib python3Packages;
19+
inherit (pkgs) lib python312Packages;
2120

2221
version = "3.1.0";
2322
in
2423
{
25-
packages.default = python3Packages.buildPythonApplication {
24+
packages.default = python312Packages.buildPythonApplication {
2625
pname = "viu";
2726
inherit version;
2827
pyproject = true;
2928

3029
src = self;
3130

32-
build-system = with python3Packages; [ hatchling ];
31+
build-system = with python312Packages; [ hatchling ];
3332

34-
dependencies = with python3Packages; [
33+
dependencies = with python312Packages; [
3534
click
3635
inquirerpy
3736
requests

0 commit comments

Comments
 (0)