1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00
Files
niveum/overlays/scripts.nix

4 lines
100 B
Nix
Raw Normal View History

2019-11-09 16:33:59 +01:00
(self: super: {
2020-04-10 16:18:20 +02:00
scripts = import <niveum/packages/scripts> { pkgs = super; lib = super.lib; };
2019-11-09 16:33:59 +01:00
})