diff options
| author | toufic ar <contact@toufy.me> | 2026-05-15 00:43:59 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-05-15 00:43:59 +0300 |
| commit | b36868f1fc3a6df0da4d931f94f3c39f1c50ee59 (patch) | |
| tree | 786f880dff80ced386f898a45ce3543b7d22f3ed /flake.nix | |
| parent | 1d561dce9fb88ac7c05e91f54efbed07cd4985fe (diff) | |
| download | makeshiftci-b36868f1fc3a6df0da4d931f94f3c39f1c50ee59.tar.gz makeshiftci-b36868f1fc3a6df0da4d931f94f3c39f1c50ee59.zip | |
use loadUVPyproject
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;}; |
