mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-15 11:03:37 +03:00
6f8a8ee208
This overlay allows building bespoke binaries using mruby with a custom-made builder. This may evolve a bit with *actual* use.
7 lines
136 B
Nix
7 lines
136 B
Nix
{
|
|
pkgs' ? (import <nixpkgs> {
|
|
overlays = [(import ../builder/overlay.nix)];
|
|
})
|
|
}: pkgs'
|
|
|