build(nix): changing the flake name to 'irc-42'

This commit is contained in:
Raphael 2025-05-13 12:14:26 +02:00
parent 5c980ec086
commit 2ef1199858

View file

@ -12,7 +12,7 @@
}; };
in { in {
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
name = "cpp-42"; name = "irc-42";
buildInputs = with pkgs; [ buildInputs = with pkgs; [
clang clang
clang-tools clang-tools