From eb8a680cdc973843f1557a421c4f666e3d2f5811 Mon Sep 17 00:00:00 2001 From: illustris Date: Sun, 23 Jan 2022 16:35:37 +0530 Subject: [PATCH] with pkgs --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 8c29b00..78aee98 100644 --- a/default.nix +++ b/default.nix @@ -1,6 +1,6 @@ -{ ... }@args: +{ pkgs, ... }@args: -{ +with pkgs; { illustris = import ./by-maintainer.nix args; homelab = { inherit (nixosTests) hedgedoc jibri jitsi-meet searx zfs;