fix: lint

This commit is contained in:
Nickolaj Jepsen 2025-02-21 15:25:56 +01:00
parent 7e6878af94
commit 564ad12def
6 changed files with 167 additions and 519 deletions

View file

@ -1,9 +1,5 @@
{
pkgs,
...
}: {
{pkgs, ...}: {
environment.systemPackages = [
pkgs.nodejs_22
];
}