use builtins.fromYAML #11
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
There is currently a PR to add a
fromYAML
builtin to Nix:NixOS/nix#7340
stacklock2nix
should switch to using this if it gets merged. This will remove one use of IFD (for reading thestack.yaml
andstack.yaml.lock
files).Note that we can't out-right remove the
fromYAML
function defined instacklock2nix
, because we still need to support old versions of Nix that don't yet have thefromYAML
builtin.The text was updated successfully, but these errors were encountered: