mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -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
|
|
@ -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