feat!: remove unused input and unneeded comments

This commit is contained in:
Moritz Böhme 2023-04-05 08:52:36 +02:00
parent 8a6cdf7632
commit f1f1ce943c
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 0 additions and 12 deletions

View file

@ -31,12 +31,6 @@ in
readlink -f $(which $1)
}
'';
plugins = [
{
name = "forgit";
src = inputs.forgit-git;
}
];
};
};
};