Skip to content

Commit

Permalink
Update lolhello.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Nov 11, 2024
1 parent 0c30c3f commit a7ceba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lolhello.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';
}

0 comments on commit a7ceba7

Please sign in to comment.