From 2c0f65214301468689c7fa4e05672e02ac07863c Mon Sep 17 00:00:00 2001 From: illustris Date: Sun, 23 Jan 2022 16:37:26 +0530 Subject: [PATCH] with pkgs --- default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 78aee98..40f519c 100644 --- a/default.nix +++ b/default.nix @@ -1,5 +1,8 @@ -{ pkgs, ... }@args: +{ ... }@args: +let + pkgs = (import {}); +in with pkgs; { illustris = import ./by-maintainer.nix args; homelab = {