diff --git a/template/default/flake.nix b/template/default/flake.nix index 9277a70..e85b119 100644 --- a/template/default/flake.nix +++ b/template/default/flake.nix @@ -23,7 +23,7 @@ # system. # Equivalent to inputs'.nixpkgs.legacyPackages.hello; - packages.hello = pkgs.hello; + packages.default = pkgs.hello; }; flake = { # The usual flake attributes can be defined here, including system-