summaryrefslogtreecommitdiff
path: root/modules/shared/defaults/nix.nix
AgeCommit message (Collapse)Author
2025-03-08modules/nix: try to work around flake copying issuesSeth Flynn
2025-02-26modules/nix: re-enable repl-flake on all lix versionsSeth Flynn
I thought it wasn't needed anymore for some reason, womp womp
2025-02-25modules/nix: fix eval with nixpkgs-stableSeth Flynn
2025-02-25modules/nix: use `registry.*.to` for flake inputsSeth Flynn
2025-02-13modules/defaults: use getchoo.cachix.orgSeth Flynn
2025-02-07modules: better tune `nix.gc` settingsSeth Flynn
2025-02-01shared/nix: use nix-community cachixSeth Flynn
2025-02-01shared/nix: fix evalSeth Flynn
2025-02-01shared/nix: drop input chicanerySeth Flynn
2025-02-01nixos/nix: use systemd-tmpfiles for inputs in $NIX_PATHSeth Flynn
2025-01-05shared/nix: don't add getchoo.cachix.org to substitutersseth
This is only needed for building configurations really. No reason to use it 24/7
2024-10-30modules/nix: use path over flake for nixpkgs in `$NIX_PATH`seth
2024-10-28modules: restructure (#487)seth
* seth: remove unused pkgs * modules: restructure from archetypes back to profiles make less actual modules for everything use lib.mkDefault like it's supposed to move mixins out of server * nixos/resolved: use modern options