4.flake-parts/modules/self.nix
2021-10-27 11:05:52 +02:00

6 lines
141 B
Nix

{ lib, ... }: {
options.self = lib.mkOption {
description = "The current flake.";
type = type.lazyAttrsOf type.unspecified;
};
}