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 ''; }