From 14c7cdfdd63371e2cb154fcd41e97f9c3b459337 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Wed, 6 Sep 2023 10:17:34 +0200 Subject: overlay tree-grepper --- shell.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 8f05ecb..bc1dc79 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,8 @@ -{ pkgs ? import {}, ... }: +{ pkgs ? import { + overlays = [ (import ./pkgs) ]; + } +, ... +}: pkgs.mkShell { buildInputs = [ -- cgit v1.2.3