5 lines
85 B
Nix
5 lines
85 B
Nix
{
|
|
pkgs ? import <nixpkgs> { },
|
|
}:
|
|
|
|
pkgs.callPackage ./oils-for-unix-0.37.0.nix { }
|