Create a from-source Nix package for oils-for-nix
This commit is contained in:
commit
5f14fab320
5 changed files with 194 additions and 0 deletions
5
default.nix
Normal file
5
default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
|
||||
pkgs.callPackage ./oils-for-unix-0.37.0.nix { }
|
||||
Loading…
Add table
Add a link
Reference in a new issue