diff --git a/flake.nix b/flake.nix index 3129ec9..28fb673 100644 --- a/flake.nix +++ b/flake.nix @@ -120,7 +120,8 @@ }; # This is not special, this is just flakes - packages = { + packages = rec { + default = rustpkg; rustpkg = naersk-lib.buildPackage ./.; }; };