From 7f8155840c3a00f6d67879bcdc55061ccda57aa5 Mon Sep 17 00:00:00 2001 From: Toast Date: Fri, 23 Feb 2024 10:42:44 +0100 Subject: [PATCH] Flake: change name of devshell --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c38ecab..825c5dd 100644 --- a/flake.nix +++ b/flake.nix @@ -101,7 +101,7 @@ in { devShells.x86_64-linux.default = nixpkgs.legacyPackages.x86_64-linux.mkShell { - name = "Environment for toast's nixos configurations"; + name = "toast-devshell"; # The agenix cli is not needed to activate a configuration, so instead of installing it # I'll just add it to de devShell, since that's the only real time I'm going to use it. packages = with nixpkgs.legacyPackages.x86_64-linux; [