massive rewrite using flake-parts
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
8
pkgs/packages.nix
Normal file
8
pkgs/packages.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
final: prev:
|
||||
let
|
||||
call = prev.callPackage; in
|
||||
{
|
||||
customscripts = call ./customscripts { };
|
||||
tlauncher = call ./tlauncher { };
|
||||
simp1e-cursors = call ./simp1e { };
|
||||
}
|
Reference in New Issue
Block a user