nixos/switchable-system: nixfmt

This commit is contained in:
Jared Baur 2024-10-24 06:22:58 -07:00
parent f2cf76575c
commit 81f92fbc29
No known key found for this signature in database

View File

@ -1,13 +1,19 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
let
perlWrapped = pkgs.perl.withPackages (p: with p; [ ConfigIniFiles FileSlurp ]);
perlWrapped = pkgs.perl.withPackages (
p: with p; [
ConfigIniFiles
FileSlurp
]
);
in
{
options.system.switch = {
enable = lib.mkOption {
type = lib.types.bool;