From 2c75c362c1a823b5a9833805625348d417a8ca7b Mon Sep 17 00:00:00 2001 From: sstent Date: Tue, 21 Feb 2023 10:22:55 -0500 Subject: [PATCH] sync --- hosts/wsl2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/wsl2/default.nix b/hosts/wsl2/default.nix index b701750..da69a75 100644 --- a/hosts/wsl2/default.nix +++ b/hosts/wsl2/default.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, config, modulesPath, overlays, ... }: +{ lib, pkgs, config, modulesPath, ... }: { nixpkgs.overlays = overlays;