Format code with alejandra
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
{lib, ...}: let
|
||||
inherit (lib) types mkOption;
|
||||
in
|
||||
{
|
||||
in {
|
||||
options.is-nixos = mkOption {
|
||||
type = types.bool;
|
||||
};
|
||||
|
Reference in New Issue
Block a user