templates/python: fix flake-module.nix

This commit is contained in:
DavHau 2023-07-21 01:10:29 +02:00
parent 908a79be0e
commit 178df2eccb

View File

@ -1,6 +1,6 @@
{
perSystem = {pkgs, ...}: let
pyproject = builtins.fromTOML (builtins.readFile ./src/pyproject.toml);
pyproject = builtins.fromTOML (builtins.readFile ./pyproject.toml);
name = pyproject.project.name;
package = pkgs.callPackage ./default.nix {};
in {