From 6049346065273c43e1844a1e2d3b0e0edbd49f40 Mon Sep 17 00:00:00 2001 From: ChaotiCryptidz Date: Wed, 9 Mar 2022 20:00:44 +0000 Subject: [PATCH] pkgs --- profiles/base-darwin/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base-darwin/nix.nix b/profiles/base-darwin/nix.nix index c0378ee..f4d2f63 100644 --- a/profiles/base-darwin/nix.nix +++ b/profiles/base-darwin/nix.nix @@ -1,4 +1,4 @@ -{ inputs, config, lib, ... }: { +{ inputs, pkgs, config, lib, ... }: { nix = { package = pkgs.nixFlakes; useDaemon = true;