europa: fmt

This commit is contained in:
Aaron Bieber 2022-08-25 13:23:44 -06:00
parent ea19d90013
commit 079eb3224e
No known key found for this signature in database

View File

@ -1,6 +1,5 @@
{ config, pkgs, lib, modulesPath, ... }: { config, pkgs, lib, modulesPath, ... }:
let let myEmacs = pkgs.callPackage ../../configs/emacs.nix { };
myEmacs = pkgs.callPackage ../../configs/emacs.nix { };
in { in {
_module.args.isUnstable = true; _module.args.isUnstable = true;