From 105e4fffafa5fd6c57ee6560ed6715b7204ae1eb Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 13 Aug 2024 22:38:05 +0200 Subject: build(flake.nix): Remove `ragenix` from the devshell The rust code does not compile, resulting in a really bothersome wait every time a command is run in the devshell because direnv tries to build it again. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index cf39e80..4bb9486 100644 --- a/flake.nix +++ b/flake.nix @@ -129,7 +129,7 @@ git-bug cocogitto - ragenix.packages."${system}".default + # ragenix.packages."${system}".default ]; }; }; -- cgit 1.4.1