summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-13 22:38:05 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-13 22:40:48 +0200
commit105e4fffafa5fd6c57ee6560ed6715b7204ae1eb (patch)
tree415690586948e6f04e1a773cfd37aceb3479c8c4
parenttest(nixos/git-server): Include the start of a test for cgit's README rendering (diff)
downloadnixos-server-105e4fffafa5fd6c57ee6560ed6715b7204ae1eb.tar.gz
nixos-server-105e4fffafa5fd6c57ee6560ed6715b7204ae1eb.zip
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.
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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
         ];
       };
     };