Add scripts

This commit is contained in:
Tim Schubert 2021-01-24 19:52:45 +01:00
parent 4be94e5ed8
commit 73eff3459e
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
4 changed files with 15 additions and 1 deletions

View file

@ -6,4 +6,7 @@
homePage = self: super: {
homePage = super.callPackage ../pkgs/homePage { };
};
dadadaScripts = self: super: {
dadadaScripts = super.callPackage ../pkgs/scripts.nix { };
};
}