Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 455 Bytes

File metadata and controls

11 lines (9 loc) · 455 Bytes

Platonic Systems Nix library. This should be imported and referenced as lib' so as to not be confused with pkgs.lib provided by Nix.

Provided by this library are:

  • lib'.fs.writers: Filesystem writing functions.

  • lib'.fs.readers: Filesystem reading functions.

  • lib'.lists.ofNumbers: Lists of numbers functions.

  • lib'.numbers: Number functions.

  • lib'.operators: Functions to replicate nix operators.

  • lib'.strings: String functions.