init
This commit is contained in:
5
pkgs/default.nix
Normal file
5
pkgs/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
# Custom packages, that can be defined similarly to ones from nixpkgs
|
||||
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'
|
||||
{ pkgs ? (import ../nixpkgs.nix) { } }: with pkgs; {
|
||||
# waydroid-script = callPackage ./waydroid-script { };
|
||||
}
|
||||
Reference in New Issue
Block a user