diff --git a/index.html b/index.html index 916fc74..8428df4 100644 --- a/index.html +++ b/index.html @@ -4408,8 +4408,8 @@ $ cowsay "Moo!" inputs = { nixpkgs.url = "github:NixOS/nixpkgs"; flake-utils.url = "github:numtide/flake-utils"; - hello-flake.url = "git+https://codeberg.org/mhwombat/hello-flake"; - }; + hello-flake.url = "git+https://codeberg.org/mhwombat/hello-flake"; + }; outputs = { self, nixpkgs, flake-utils, hello-flake }: flake-utils.lib.eachDefaultSystem (system: @@ -4419,8 +4419,8 @@ $ cowsay "Moo!" { devShells = rec { default = pkgs.mkShell { - buildInputs = [ hello-flake.packages.${system}.hello ]; - }; + buildInputs = [ hello-flake.packages.${system}.hello ]; + }; }; } ); @@ -5029,7 +5029,7 @@ mkShell {