From 93ea8fe4c2cfd8386ab0cf255676031ec908f020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Thu, 4 Sep 2025 17:37:20 +0100 Subject: [PATCH] temp --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 {