NixSphere / NixConv

A parser for Nix code
0 stars 0 forks source link

note taking #2

Open Oliver-Mustoe opened 2 months ago

Oliver-Mustoe commented 2 months ago

me when I take notes as I go

Oliver-Mustoe commented 2 months ago

ok I have the ability to squish a file onto one line (as nix code doesnt need newlines, I now just need to parse the actual code) > nixfmt can take care of the formatting after the fact

First things first I am going to add some sort of subprocess to the code to run nixfmt (going to be a required package) to the code to edit to have consistency in the data coming into NixConv