aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-09-06 10:17:34 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-09-06 10:17:34 +0200
commit14c7cdfdd63371e2cb154fcd41e97f9c3b459337 (patch)
tree57d42b1fd2359c25af98ba12ef0683ed596bd774 /shell.nix
parent797e4e8fc37c29043cdf8e6b11db5f5fe00b0173 (diff)
overlay tree-grepper
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 8f05ecb..bc1dc79 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,4 +1,8 @@
-{ pkgs ? import <nixpkgs> {}, ... }:
+{ pkgs ? import <nixpkgs> {
+ overlays = [ (import ./pkgs) ];
+ }
+, ...
+}:
pkgs.mkShell {
buildInputs = [