I am batman
This commit is contained in:
8
overlays/default.nix
Normal file
8
overlays/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
# Overlay custom derivations into nixpkgs so you can use pkgs.<name>
|
||||
# These packages are automatically available in all modules and configurations
|
||||
customPackages = final: _prev:
|
||||
import ../pkgs {
|
||||
pkgs = final;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user