mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-12 10:14:09 -05:00
slowly going through bloated packages
This commit is contained in:
parent
ddec504562
commit
f3ca8b37d3
2 changed files with 7 additions and 4 deletions
|
|
@ -17,10 +17,7 @@
|
|||
curl
|
||||
tmux
|
||||
pulseaudio
|
||||
keyd
|
||||
unar
|
||||
alejandra
|
||||
nixos-generators
|
||||
restic
|
||||
]
|
||||
else []
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue