minor edits

This commit is contained in:
Vivian 2022-09-12 14:32:40 +02:00
parent 8498de2d90
commit 551caf5221
3 changed files with 14 additions and 14 deletions

View file

@ -1,4 +1,4 @@
{ lib, ... }:
{ lib, pkgs, ... }:
let
inherit (builtins) mapAttrs;