added attic to buildbot
This commit is contained in:
parent
88873083d5
commit
65c58a00bb
3 changed files with 7 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, inputs, ... }: {
|
||||
# this extends the list from:
|
||||
# https://github.com/numtide/srvos/blob/master/server.nix#L10
|
||||
environment.systemPackages = with pkgs; [
|
||||
socat
|
||||
whois
|
||||
|
||||
inputs.attic.packages.x86_64-linux.attic
|
||||
jq
|
||||
psmisc
|
||||
libarchive
|
||||
|
|
Reference in a new issue