-
-
Notifications
You must be signed in to change notification settings - Fork 10
use builtins.fromYAML #11
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
There is currently a PR to add a
fromYAMLbuiltin to Nix:NixOS/nix#7340
stacklock2nixshould switch to using this if it gets merged. This will remove one use of IFD (for reading thestack.yamlandstack.yaml.lockfiles).Note that we can't out-right remove the
fromYAMLfunction defined instacklock2nix, because we still need to support old versions of Nix that don't yet have thefromYAMLbuiltin.