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:
parent
da0af1dbaf
commit
7460d63718
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
{ lib, ... }: {
|
||||
options.self = lib.mkOption {
|
||||
description = "The current flake.";
|
||||
type = type.lazyAttrsOf type.unspecified;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue