building locally using ci

This commit is contained in:
Luj 2023-08-07 15:14:52 +02:00
parent c345c4bfb4
commit 6576353b93
3 changed files with 3 additions and 1 deletions

View file

@ -27,6 +27,7 @@
rxvt_unicode
xorg.xbacklight
neovim
attic
];
environment.variables.EDITOR = "nvim";

View file

@ -25,7 +25,7 @@
luj.buildbot.enable = true;
luj.nginx.enable = true;
environment.systemPackages = with pkgs; [ tailscale attic colmena ];
environment.systemPackages = with pkgs; [ tailscale colmena ];
services.tailscale.enable = true;