7 lines
86 B
Nix
7 lines
86 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
|
|
{
|
|
|
|
olono-x11 = pkgs.callPackage ./olono_X11 {};
|
|
|
|
}
|