aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.cc
AgeCommit message (Expand)Author
2023-06-18Split `OptionalPathSetting` from `PathSetting`John Ericson
2023-06-15Fix build hook error for libstore library usersRobert Hensing
2023-05-26create pathAccessible, use it to infer default dirsYorick van Pelt
2023-05-26Call getDefaultSSLCertFile() only when none is specifiedYorick van Pelt
2023-04-17Fix some issues with experimental config settingsJohn Ericson
2023-04-07libstore: Remove lockCPU dead codeRobert Hensing
2023-04-07Move initLibUtil() from initNix to initLibStoreRobert Hensing
2023-04-07Move macOS TMPDIR hack from initNix to initLibStoreRobert Hensing
2023-04-07Move preloadNSS() from initNix to initLibStoreRobert Hensing
2023-04-07Move sodium_init() to initLibStore()Robert Hensing
2023-04-07Move loadConfFile() to initLibStoreRobert Hensing
2023-03-27Merge pull request #8062 from edolstra/ssl-cert-fileEelco Dolstra
2023-03-20Move enabled experimental feature to libutil structJohn Ericson
2023-03-17Add a setting for configuring the SSL certificates fileEelco Dolstra
2023-03-01Treat empty env var paths as unsetFélix Baylac Jacqué
2023-02-01Merge pull request #7203 from graham33/feature/cpp20Eelco Dolstra
2022-12-24libstore: Make sure that initNix has been calledRobert Hensing
2022-11-08Split auto UID allocation from cgroupsEelco Dolstra
2022-10-22Fix C++20 warningsGraham Bennett
2022-10-14Remove useless debug statementsEelco Dolstra
2022-10-14Use /usr/bin/trueEelco Dolstra
2022-10-13Improve Rosetta detectionEelco Dolstra
2022-07-19libstore/globals.cc: Move cgroup detection to libutilAlex Wied
2022-07-19libstore/globals.cc: Automatically set cores based on cgroup CPU limitAlex Wied
2022-06-23Remove NIX_LIBEXEC_DIREelco Dolstra
2022-06-23Fix build-remote in nix-staticEelco Dolstra
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2021-11-23"recursive-nix" system feature only with experimental featureJohn Ericson
2021-10-26Make experimental-features a proper typeregnat
2021-10-15Add another path where a Rosetta 2 configuration file is possibly locatedyvt
2021-09-14Advise using --extra-experimental-features instead of --experimental-featuresEelco Dolstra
2021-03-26Fix some typosEelco Dolstra
2021-02-25Don't crash when copying realisations to a non-ca remoteregnat
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-02-24Bail if plugin-files is set after plugins have been loaded.Shea Levy
2021-02-22Add x86_64 compute levels as additional system typesDaniël de Kok
2021-01-08string2Int(): Return std::optionalEelco Dolstra
2020-12-04Use com.apple.oahd.plist for rosetta 2 detectionMatthew Bauer
2020-12-03Add extraPlatforms for Rosetta 2 macOSMatthew Bauer
2020-10-29Generalize extra-* settingsEelco Dolstra
2020-10-21Add NIX_CONFIG env var for applying nix.conf overridesChristian Kampka
2020-10-06Remove static variable name clashesEelco Dolstra
2020-09-22Merge pull request #4038 from maljub01/masterEelco Dolstra
2020-09-21Serialize SandboxMode enum to string for JSONCole Helbling
2020-09-21abstractsettingtojson.hh -> abstract-setting-to-json.hhEelco Dolstra
2020-09-21Don't include nlohmann/json.hpp in globals.hhEelco Dolstra
2020-09-21Update the variable name accordinglyMarwan Aljubeh
2020-09-18Add a nix.conf option for allowing a symlinked storeMarwan Aljubeh
2020-09-16Complete the `toJSON` instance for `Setting<T>`regnat
2020-08-20Config: Use nlohmann/jsonEelco Dolstra