Testing new packages (for pbp
)
This commit is contained in:
parent
d605d7d8ff
commit
e5ca6feeff
32 changed files with 152 additions and 395 deletions
|
@ -1,8 +1,6 @@
|
|||
{ self, inputs, ... }:
|
||||
{
|
||||
exportedModules = with inputs; [
|
||||
bud.devshellModules.bud
|
||||
];
|
||||
|
||||
modules = [
|
||||
./devos.nix
|
||||
];
|
||||
|
|
|
@ -38,12 +38,12 @@ in
|
|||
|
||||
commands = with pkgs; [
|
||||
(devos nixUnstable)
|
||||
{
|
||||
category = "devos";
|
||||
name = nvfetcher-bin.pname;
|
||||
help = nvfetcher-bin.meta.description;
|
||||
command = "cd $DEVSHELL_ROOT/pkgs; ${pkgs.nvfetcher-bin}/bin/nvfetcher -c ./sources.toml --no-output $@";
|
||||
}
|
||||
# {
|
||||
# category = "devos";
|
||||
# name = nvfetcher-bin.pname;
|
||||
# help = nvfetcher-bin.meta.description;
|
||||
# command = "cd $DEVSHELL_ROOT/pkgs; ${pkgs.nvfetcher-bin}/bin/nvfetcher -c ./sources.toml --no-output $@";
|
||||
# }
|
||||
(linter nixpkgs-fmt)
|
||||
(linter editorconfig-checker)
|
||||
# (docs python3Packages.grip) too many deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue