plugins/committia: use gitPackage

This commit is contained in:
Austin Horstman 2024-08-29 14:56:01 -05:00
parent 38bc0b88e9
commit 82b899ab6d
No known key found for this signature in database
2 changed files with 18 additions and 1 deletions

View file

@ -19,4 +19,11 @@
};
};
};
no-packages = {
plugins.committia = {
enable = true;
gitPackage = null;
};
};
}