diff options
author | Karel Kočí <cynerd@email.cz> | 2023-02-06 20:33:01 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-02-06 20:33:01 +0100 |
commit | adc6902502aa03509d138e9220843bf4d6a1a390 (patch) | |
tree | 2ec984735f882630b5dfe3fb6d5b4ffe342ee4a9 /nixos | |
parent | 9394c2f649c006da6e6348ed10aa73f9586816e6 (diff) | |
download | nixos-personal-adc6902502aa03509d138e9220843bf4d6a1a390.tar.gz nixos-personal-adc6902502aa03509d138e9220843bf4d6a1a390.tar.bz2 nixos-personal-adc6902502aa03509d138e9220843bf4d6a1a390.zip |
nixos/develop: tweak Nix development tools
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/develop.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index c7ab1d2..39a846e 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -31,12 +31,13 @@ in { # Nix dev - nix-prefetch-git - nix-prefetch-github - nix-prefetch-scripts + cachix + nurl nix-universal-prefetch rnix-lsp - cachix + statix + nixfmt + nixpkgs-fmt # Shell dash # Posix shell |