1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00

Remove unused self.nix

This commit is contained in:
Robert Hensing 2021-11-21 14:32:31 +01:00
parent da0af1dbaf
commit 7460d63718

View file

@ -1,6 +0,0 @@
{ lib, ... }: {
options.self = lib.mkOption {
description = "The current flake.";
type = type.lazyAttrsOf type.unspecified;
};
}