mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 04:19:19 -08:00
feat: move to python3.11
This commit is contained in:
parent
734bc56e7d
commit
936050d035
4 changed files with 11 additions and 11 deletions
|
|
@ -14,7 +14,7 @@
|
|||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
packages = rec {
|
||||
konawall-py = pkgs.python3.pkgs.callPackage ./package.nix {};
|
||||
konawall-py = pkgs.python311.pkgs.callPackage ./package.nix {};
|
||||
default = konawall-py;
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue