mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
7 lines
178 B
Nix
7 lines
178 B
Nix
# Copyright (c) 2019-2020, see AUTHORS. Licensed under MIT License, see LICENSE.
|
|
|
|
{ pkgs ? import <nixpkgs> { } }:
|
|
|
|
rec {
|
|
nix-on-droid = pkgs.callPackage ./nix-on-droid { };
|
|
}
|