Create a from-source Nix package for oils-for-nix

This commit is contained in:
Nettika 2026-02-14 01:42:45 -08:00
commit 5f14fab320
No known key found for this signature in database
GPG key ID: C357EE70D5027BCC
5 changed files with 194 additions and 0 deletions

5
default.nix Normal file
View file

@ -0,0 +1,5 @@
{
pkgs ? import <nixpkgs> { },
}:
pkgs.callPackage ./oils-for-unix-0.37.0.nix { }