File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments