aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/flake/config.cc
AgeCommit message (Collapse)Author
2021-11-29flakes: fix boolean and int nixConfig valuesYorick van Pelt
Some type confusion was causing ints to be pointers, and bools to be ints. Fixes #5621
2021-11-12Adds an accept-flake-config flagTom Bereknyei
2021-08-07Whitelist nixConfig.flake-registryAlexander Bantyev
flake-registry should be safe to set to an aribtrary value, since it is identical to just setting `inputs`.
2021-05-08Create parent trusted list path before writingMatthew Bauer
This makes sure that $HOME/.local/share/nix exists before we try to write to it.
2020-11-26Move to separate fileEelco Dolstra