aboutsummaryrefslogtreecommitdiff
path: root/overlays-system.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays-system.nix')
-rw-r--r--overlays-system.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays-system.nix b/overlays-system.nix
index 1c4d4ed..a14e8d6 100644
--- a/overlays-system.nix
+++ b/overlays-system.nix
@@ -1,6 +1,6 @@
{ pkgs, ... }:
let
- overlays = import ./overlays/default.nix {};
+ overlays = import ./overlays/default.nix { };
in
{
nixpkgs.overlays = with overlays; [