From 7b70b48de4b4be39e64ba50c383ad7d25948106f Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Sun, 11 Apr 2021 18:43:03 -0400 Subject: [PATCH] fix typo --- common/flakes.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/flakes.nix b/common/flakes.nix index 6927fb8..388cbc6 100644 --- a/common/flakes.nix +++ b/common/flakes.nix @@ -1,5 +1,5 @@ -{ pkgs, ... }: - +{ lib, pkgs, config, ... }: +with lib; let cfg = config.nix.flakes; in {