Add some nix dev packages to system to aide VSCode finding them

main
Bo Jeanes 2024-07-25 18:51:39 +10:00
parent be9e41bfe5
commit e779dab1fa
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,11 @@
environment.systemPackages = with pkgs; [
git
bat
# In system packages so VSCode more reliably finds these
direnv
nil
nixpkgs-fmt
];
};