diff --git a/index.html b/index.html index f546203..26a06e2 100644 --- a/index.html +++ b/index.html @@ -4350,8 +4350,8 @@ hello-flake { devShells = rec { default = pkgs.mkShell { - packages = [ pkgs.cowsay ]; - }; + packages = [ pkgs.cowsay ]; + }; }; } ); @@ -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: @@ -5012,7 +5012,7 @@ mkShell {