From a7ceba78ada9dcff90dadd77bc6ad94c1555996a Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Mon, 11 Nov 2024 19:37:35 +0100 Subject: [PATCH] Update lolhello.nix --- lolhello.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lolhello.nix b/lolhello.nix index 5ec7181..830e681 100644 --- a/lolhello.nix +++ b/lolhello.nix @@ -8,6 +8,6 @@ stdenv.mkDerivation { }; patchPhase = '' - sed -i 's/Hello, world!/hello, rstats-on-nix!/g' src/hello.c + sed -i 's/Hello, world!/Hello, rstats-on-nix!/g' src/hello.c ''; }