summaryrefslogtreecommitdiff
path: root/modules/nix/default.nix
AgeCommit message (Expand)Author
2024-08-17fix: respect user nixPath configurationAlice Carroll
2024-08-17feat: allow disabling channelsAlice Carroll
2024-07-06Add lix-installer to known filesIan Chamberlain
2024-04-19treewide: remove lib.mdDocWeijia Wang
2024-03-02feat(nix): adapt nix.conf validation for different Nix versionsMark Sisson
2024-02-23etc: add known hash for `/etc/zshenv` and `/etc/nix/nix.conf`Evan Petousis
2023-11-16etc: add more known hashesMichael Hoang
2023-07-11doc: store a copy of known filesMichael Hoang
2023-07-10nix: Remove readOnlyStore option as it has no effectAndrew Marshall
2023-07-10Fix spellingAndrew Marshall
2023-07-08nix/linux-builder: initMichael Hoang
2023-06-27tailscale: improve MagicDNS setupMichael Hoang
2023-06-24treewide: convert all option docs to MarkdownEmily
2023-06-24treewide: manually convert some docs to MarkdownEmily
2023-06-24treewide: tweak DocBook docs for conversionEmily
2023-06-10nix: Add build machines protocol option.Cathal Mullan
2023-05-04nix: Fix registry extra attrs not being appliedAndrew Marshall
2022-10-03nix: fix mandatoryFeatures in nix.buildMachinesAndrew Childs
2022-08-29Transition to using native floatsMalo Bourgon
2022-08-16Update changelogMalo Bourgon
2022-08-16Add .nix-defexpr to NIX_PATH the way the NixOS module doesMalo Bourgon
2022-08-16Update/adapt daemon CPU/IO priority options in `nix` moduleMalo Bourgon
2022-08-16Move build user options to `nix` module to improve overlap with NixOSMalo Bourgon
2022-08-16Update `nix.registry` definition to match NixOS moduleMalo Bourgon
2022-08-16Refactor `nix.nixPath` to make diff easier to compare with NixOS moduleMalo Bourgon
2022-08-16Update `nix.buildMachines` def and implementation to match NixOS moduleMalo Bourgon
2022-08-16Minor tweaks to `nix` module options defsMalo Bourgon
2022-08-16Reorder `nix` module implementation to better match order of NixOS moduleMalo Bourgon
2022-08-16Make `nix.settings` docs specific to (nix-)darwin where applicableMalo Bourgon
2022-08-16Update `nix.settings` def and implementation to match NixOS moduleMalo Bourgon
2022-08-16Update def and implementation of `nix.package` to match NixOS moduleMalo Bourgon
2022-08-16Reindent/format `nix` module to more closely match NixOS moduleMalo Bourgon
2022-08-16Reorder `nix` module options to match order in NixOS moduleMalo Bourgon
2022-08-16Update `nix` module to use `settings` sub options like in NixOS moduleMalo Bourgon
2022-01-02nix: extend nix.conf content whitelistDaiderd Jordan
2021-10-23add forward compatibility for literalExample deprecationDaiderd Jordan
2020-12-22nix.registry optionQuentin Gliech
2020-10-25remove nix 1.x config compatibilityDaiderd Jordan
2020-06-17etc: add known hashes for bashrc/zsh/nix.confDaiderd Jordan
2020-05-30nix: better defaults settings for maxJobs/buildCoresJörg Thalheim
2020-03-28nix: kickstart and wait for the nix-daemon serviceDaiderd Jordan
2019-07-01nix: fix useDaemon conditionsDaiderd Jordan
2019-05-01nix: make nix.nixPath merge by defaultDaiderd Jordan
2019-05-01nix: allow specifying named NIX_PATH using and attrsetDaiderd Jordan
2018-10-26Revert "nix: make channel entries for NIX_PATH dynamic"Daiderd Jordan
2018-10-26nix: make channel entries for NIX_PATH dynamicDaiderd Jordan
2018-09-14nix: only set NIX_REMOTE for nix 1.11Daiderd Jordan
2018-08-26environment: add darwinConfig option to set darwin-config in NIX_PATHDaiderd Jordan
2018-03-29nix: use literalExample for packageDaiderd Jordan
2018-03-29nix: use mkDefault for nix profileDaiderd Jordan