diff --git a/flake.nix b/flake.nix index aa33ba8..5f1c3ce 100644 --- a/flake.nix +++ b/flake.nix @@ -54,7 +54,10 @@ in { - packages.system.default = plcom; + packages.${system} = { + plcom = plcom; + default = plcom; + }; checks = { # Build the crate as part of `nix flake check` for convenience