diff --git a/VERSION b/VERSION index 8acdd82..8a9ecc2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 +0.0.1 \ No newline at end of file diff --git a/flake.nix b/flake.nix index faa52c0..994ff28 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ } // flake-utils.lib.eachDefaultSystem (system: let pkgs = nixpkgs.legacyPackages.${system}; in { packages.peerix = mach-nix.lib.${system}.buildPythonApplication { - name = "peerix"; + pname = "peerix"; python = "python39"; src = ./.; version = builtins.readFile ./VERSION;