diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-13 22:38:05 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-13 22:40:48 +0200 |
commit | 105e4fffafa5fd6c57ee6560ed6715b7204ae1eb (patch) | |
tree | 415690586948e6f04e1a773cfd37aceb3479c8c4 /flake.nix | |
parent | test(nixos/git-server): Include the start of a test for cgit's README rendering (diff) | |
download | nixos-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.
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
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 ]; }; }; |