aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoufic ar <contact@toufy.me>2026-05-15 00:43:59 +0300
committertoufic ar <contact@toufy.me>2026-05-15 00:43:59 +0300
commitb36868f1fc3a6df0da4d931f94f3c39f1c50ee59 (patch)
tree786f880dff80ced386f898a45ce3543b7d22f3ed
parent1d561dce9fb88ac7c05e91f54efbed07cd4985fe (diff)
downloadmakeshiftci-b36868f1fc3a6df0da4d931f94f3c39f1c50ee59.tar.gz
makeshiftci-b36868f1fc3a6df0da4d931f94f3c39f1c50ee59.zip
use loadUVPyproject
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index b2f3c99..126305c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -21,7 +21,7 @@
"msci" (builtins.readFile ./msci)).overrideAttrs (old: {
buildCommand = "${old.buildCommand}\n patchShebangs $out";
});
- msci-web = pyproject-nix.lib.project.loadPyproject {
+ msci-web = pyproject-nix.lib.project.loadUVPyproject {
projectRoot = ./.;
};
msci-web-attrs = msci-web.renderers.buildPythonPackage {inherit python;};