slowly going through bloated packages

This commit is contained in:
TheWanderingCrow 2025-01-06 13:44:01 -05:00
parent ddec504562
commit f3ca8b37d3
2 changed files with 7 additions and 4 deletions

View file

@ -1,6 +1,12 @@
{pkgs ? import <nixpkgs> {}, ...}: {
default = pkgs.mkShell {
NIX_CONFIG = "extra-experimental-features = nix-command flakes";
nativeBuildInputs = with pkgs; [git neovim nix];
nativeBuildInputs = with pkgs; [
git
neovim
nix
alejandra
nixos-generators
];
};
}