Work WSL doesn't work with the arguments hack

This commit is contained in:
Andreas Zweili 2022-11-08 09:19:15 +01:00
parent f27b8eb69a
commit 19fcf62166
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ custom }: { pkgs, ... }:
{ custom, pkgs, ... }:
{
imports = [
(import "${custom.inputs.self}/home-manager/common" { inherit custom; })