From 2ef1199858a1020e5cd687848d8058a8142244c4 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 13 May 2025 12:14:26 +0200 Subject: [PATCH] build(nix): changing the flake name to 'irc-42' --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 459e59b..bacb72c 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ }; in { devShells.default = pkgs.mkShell { - name = "cpp-42"; + name = "irc-42"; buildInputs = with pkgs; [ clang clang-tools