nixfmt everything

This commit is contained in:
2022-06-13 23:12:52 +01:00
parent cd91fb622c
commit 94986efa4a
2 changed files with 10 additions and 12 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
# TODO: auto import everything
{ pkgs, ... }:
{
{ pkgs, ... }: {
qrclip = pkgs.callPackage ./qrclip { };
zbar = pkgs.callPackage ./zbar { };
}