summaryrefslogtreecommitdiff
path: root/flake.nix
AgeCommit message (Expand)Author
2025-11-10flake.nix: avoid aliased usage of targetPlatformMartin Joerg
2025-09-30treewide: remove optional builtins prefixes from prelude functionsNAHO
2025-07-07flake.nix: Construct legacyPackages in one goRobert Hensing
2025-04-02flake: fix `nix flake check --all-systems --no-build` againCole Helbling
2025-04-02Revert "flake: fix `nix flake check --all-systems --no-build` again"Cole Helbling
2025-04-02flake: fix `nix flake check --all-systems --no-build` againCole Helbling
2025-04-01treewide: Format all Nix filesSilvan Mosberger
2025-04-01flake.nix: Set formatterSilvan Mosberger
2025-01-23lib: Discourage use of extendRobert Hensing
2025-01-09flake.nix: relax checks after shellcheck filterTristan Ross
2024-10-16flake.nix: exclude armv6-linux, riscv64-linux, and FreeBSD from devShellsCole Helbling
2024-10-16flake.nix: exclude armv6-linux and riscv64-linux from checksCole Helbling
2024-09-30flake.nix: Add doc comments (#343235)Aleksana
2024-09-25treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`Artturin
2024-09-23nixos: set system.stateVersion from the nixpkgs release, not versiontilpner
2024-09-20flake.nix: Add doc commentsRobert Hensing
2024-08-09flake.nix: add pinned devshellTristan Ross
2024-06-17flake.nix: remove power64 from from nixos check due to broken packageTristan Ross
2024-06-06flake.nix: make checks friendly for non-x86_64-linux systemsTristan Ross
2024-06-06flake.nix: make pureTristan Ross
2024-02-03nixos/flake: put nixpkgs in NIX_PATH and system registry for flake configsJade Lovelace
2023-12-30flake.nix: Add caveatsRobert Hensing
2023-12-29flake: add a test case for the nixosSystem to the flake checksr-vdp
2023-12-29flake: allow specifying the lib argument to nixosSystemr-vdp
2023-12-10flake: drop libVersionInfoOverlayMaximilian Bosch
2023-12-10flake: be backwards-compatible for `--impure`Maximilian Bosch
2023-12-10flake/version overlay: review fixesMaximilian Bosch
2023-12-09flake: also provide proper version info for lib's flakeMaximilian Bosch
2023-12-09flake: fix `lib.trivial.version` when used from a flakeMaximilian Bosch
2023-05-10nixosModules.pkgsReadOnly: initRobert Hensing
2022-11-13Merge pull request #194763 from hercules-ci/flake-improve-nixosModules-notDet...Robert Hensing
2022-11-08flake.nix: simplify forAllSystems (#190527)Jörg Thalheim
2022-10-29doc: use evaluating instead of iteratingLuc Perkins
2022-10-29doc: add code comment clarifying the meaning of legacyPackagesLuc Perkins
2022-10-06flake.nix: Improve nixosModules.notDetected error location reportingRobert Hensing
2022-07-10flake.nix: FormatRobert Hensing
2022-07-10flake.lib.nixosSystem: Allow nixpkgs.system to be set insteadRobert Hensing
2022-05-23lib.systems: remove supported, replace with flakeExposedsternenseemann
2022-01-27nixos: move default module location logic to `eval-config.nix`Naïm Favier
2022-01-27Revert "pkgs.path: Avoid copying when used via flake"Robert Hensing
2022-01-27Revert "flake.nix: Set nixpkgs.config.path"Robert Hensing
2022-01-22flake.nix: Set nixpkgs.config.pathRobert Hensing
2022-01-22pkgs.path: Avoid copying when used via flakeRobert Hensing
2022-01-20Merge pull request #153211 from hercules-ci/minimal-nixosRobert Hensing
2022-01-07nixos/lib: init (experimental)Robert Hensing
2021-12-17flake.nix: Remove redundant module lambdaRobert Hensing
2021-12-17nixos: Make system.build.vm a standard attribute based on vmVariantRobert Hensing
2021-12-17flake.nix: lib.nixosSystem: Set system.build.vm* with lib.mkDefaultRobert Hensing
2021-12-17flake.nix: Deduplicate vmConfig, vmWithBootloaderConfigRobert Hensing
2021-10-05lib: add list of supported systems (#140428)Jonas Chevalier