diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-12-11 16:52:41 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-12-11 16:52:41 +0100 |
| commit | e3e5e214164b96920d136d4c22c2decfd308d1c9 (patch) | |
| tree | 624240ab4ffcd56592da6035ea4103949eeb2010 /default.nix | |
| parent | 0826ec2f6718d84b92e6dd546ad7ecfdf8da80f3 (diff) | |
clean extra whitespace
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 9da8a93..ec1f0ed 100644 --- a/default.nix +++ b/default.nix @@ -1,7 +1,7 @@ { pkgs, settings }: let - lib = pkgs.lib; + lib = pkgs.lib; defaultSettings = lib.optional (lib.pathExists ./config/default.nix) ./config; module = lib.evalModules { modules = [ settings ./modules ] ++ defaultSettings; |
