Compare commits

...

1 commit

Author SHA1 Message Date
teutat3s be42db9a25
devshell: fix nvfetcher rebuilding, simplify with
alias
2023-01-28 22:06:34 +01:00

View file

@ -39,16 +39,15 @@ in {
# override for our own welcome
devshell.name = pkgs.lib.mkForce "PubSolarOS";
devshell.startup.aliases.text = ''
alias nvfetcher="nvfetcher --config $PRJ_ROOT/sources.toml --build-dir PRJ_ROOT/pkgs/_sources"
'';
commands = with pkgs;
[
(devos nix)
(devos agenix)
{
category = "devos";
name = pkgs.nvfetcher.pname;
help = pkgs.nvfetcher.meta.description;
command = "cd $PRJ_ROOT/pkgs; ${pkgs.nvfetcher}/bin/nvfetcher -c ./sources.toml $@";
}
(devos nvfetcher)
(linter alejandra)
(linter editorconfig-checker)
(linter nodePackages.prettier)