mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 10:07:44 +00:00
python: fix typo
This commit is contained in:
parent
27a60aae67
commit
b09a30c186
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }: let
|
||||
package = pkgs.python314;
|
||||
in {
|
||||
environmennt.variables = {
|
||||
environment.variables = {
|
||||
UV_PYTHON_PREFERENCE = "system";
|
||||
UV_PYTHON = "${package}";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue