1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 03:51:07 +01:00

chore: rename scripts overlay, deactivate NUR packages

This commit is contained in:
Kierán Meinhardt
2020-04-09 20:41:27 +02:00
parent a0ddfff751
commit 2116bdb62d
5 changed files with 17 additions and 17 deletions

View File

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