New host: ude

This commit is contained in:
Nikodem Rabuliński 2023-11-02 20:16:36 +01:00
parent f2a54b2116
commit ff77bc7100
No known key found for this signature in database
GPG key ID: FF629AA9E08138DB
13 changed files with 103 additions and 21 deletions

View file

@ -29,8 +29,10 @@
];
};
in {
packages = all-packages // {
inherit base-packages;
};
packages =
all-packages
// {
inherit base-packages;
};
};
}