about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/pkgs/default.nix')
-rw-r--r--hm/soispha/pkgs/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix
index 3dd88293..8541e667 100644
--- a/hm/soispha/pkgs/default.nix
+++ b/hm/soispha/pkgs/default.nix
@@ -1,5 +1,6 @@
 {
   pkgs,
+  lib,
   sysLib,
   system,
   config,
@@ -10,7 +11,7 @@
   ...
 }:
 with pkgs; let
-  shell-scripts = (import ./scripts.nix) {inherit pkgs sysLib config;};
+  shell-scripts = (import ./scripts.nix) {inherit pkgs lib sysLib config;};
 
   Gui = {
     Terminals = [