diff options
author | Karel Kočí <cynerd@email.cz> | 2024-07-04 17:09:32 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-07-04 17:09:32 +0200 |
commit | 8ac10c646a6e3ca4e9dd4eaf1ed8225b71cabd06 (patch) | |
tree | ee93326eb5c71d6f1a948204bfc8ef423a4402ee /nixos/modules/develop.nix | |
parent | 1861d5e398ccea9f2b19ff4bef438f86ba00a61d (diff) | |
download | nixos-personal-8ac10c646a6e3ca4e9dd4eaf1ed8225b71cabd06.tar.gz nixos-personal-8ac10c646a6e3ca4e9dd4eaf1ed8225b71cabd06.tar.bz2 nixos-personal-8ac10c646a6e3ca4e9dd4eaf1ed8225b71cabd06.zip |
Tweak the packages with system update
Diffstat (limited to 'nixos/modules/develop.nix')
-rw-r--r-- | nixos/modules/develop.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index 2a20527..971d219 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -41,7 +41,6 @@ in { dev cachix nurl - nix-universal-prefetch nil alejandra statix @@ -54,7 +53,7 @@ in { bats shellcheck shfmt - nodePackages.bash-language-server + bash-language-server jq yq fq |