1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix: fzfmenu

This commit is contained in:
Kierán Meinhardt
2020-04-10 16:18:20 +02:00
parent 7a1a092f6b
commit eb0771c233
6 changed files with 21 additions and 25 deletions

View File

@@ -1,3 +1,3 @@
(self: super: {
scripts = import <niveum/packages/scripts> { pkgs = super; };
scripts = import <niveum/packages/scripts> { pkgs = super; lib = super.lib; };
})