fix: use pname for mach-nix
suppress `trace: automatically detected pname: 'peerix'`
This commit is contained in:
parent
a05a3e5900
commit
db651641fa
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue