obsidiansystems / nix-thunk

seamless management of source dependencies with nix
BSD 3-Clause "New" or "Revised" License
38 stars 10 forks source link

Split utility functions out from default.nix #38

Open madeline-os opened 2 years ago

madeline-os commented 2 years ago

nix-thunk has two consumers: those who want to build the tool as such, and those who want to use its nix functions to manipulate thunks. The latter have been split out into lib.nix.

See #16

Ericson2314 commented 2 years ago

Should we move the deprecated functions too? I think so, though it is nice for lib.nix to "start nice" from the get-go.