i don't rember what changed

This commit is contained in:
2026-06-02 23:39:31 +02:00
parent 256f7f802b
commit cb99ae907f
5 changed files with 32 additions and 7 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
_: {
{self, ...}: {
flake.nixosModules.development = {
pkgs,
pkgs-unstable,
@@ -31,6 +31,7 @@ _: {
ltex-ls-plus
pylint
black
self.packages.${pkgs.system}.patent
];
};
}