summary refs log tree commit diff
path: root/flake.nix
AgeCommit message (Expand)AuthorFilesLines
2022-11-13Merge pull request #194763 from hercules-ci/flake-improve-nixosModules-notDet...Robert Hensing1-1/+1
2022-11-08flake.nix: simplify forAllSystems (#190527)Jörg Thalheim1-2/+1
2022-10-29doc: use evaluating instead of iteratingLuc Perkins1-4/+4
2022-10-29doc: add code comment clarifying the meaning of legacyPackagesLuc Perkins1-0/+9
2022-10-06flake.nix: Improve nixosModules.notDetected error location reportingRobert Hensing1-1/+1
2022-07-10flake.nix: FormatRobert Hensing1-12/+14
2022-07-10flake.lib.nixosSystem: Allow nixpkgs.system to be set insteadRobert Hensing1-0/+5
2022-05-23lib.systems: remove supported, replace with flakeExposedsternenseemann1-3/+1
2022-01-27nixos: move default module location logic to `eval-config.nix`Naïm Favier1-28/+6
2022-01-27Revert "pkgs.path: Avoid copying when used via flake"Robert Hensing1-1/+1
2022-01-27Revert "flake.nix: Set nixpkgs.config.path"Robert Hensing1-4/+0
2022-01-22flake.nix: Set nixpkgs.config.pathRobert Hensing1-0/+4
2022-01-22pkgs.path: Avoid copying when used via flakeRobert Hensing1-1/+1
2022-01-20Merge pull request #153211 from hercules-ci/minimal-nixosRobert Hensing1-0/+3
2022-01-07nixos/lib: init (experimental)Robert Hensing1-0/+3
2021-12-17flake.nix: Remove redundant module lambdaRobert Hensing1-2/+2
2021-12-17nixos: Make system.build.vm a standard attribute based on vmVariantRobert Hensing1-5/+0
2021-12-17flake.nix: lib.nixosSystem: Set system.build.vm* with lib.mkDefaultRobert Hensing1-2/+2
2021-12-17flake.nix: Deduplicate vmConfig, vmWithBootloaderConfigRobert Hensing1-22/+4
2021-10-05lib: add list of supported systems (#140428)Jonas Chevalier1-9/+1
2021-07-18flake.nix: Only add `_file`-key if position of `args.modules` is actually kno...Maximilian Bosch1-2/+8
2021-07-14flake/lib.nixosSystem: add `_file`-keys for error-locationMaximilian Bosch1-1/+13
2021-05-17flake.nix: add aarch64-darwinMatthew Bauer1-0/+1
2021-01-08nixos: fix "nixos-rebuild build-vm-with-bootloader" for EFI systemsBjørn Forsman1-0/+5
2020-10-13flake.nix: allow inclusion of `nixpkgs` as `path:/.../`Maximilian Bosch1-1/+1
2020-09-17nixos-rebuild: add flake support for build-vmCole Helbling1-3/+23
2020-07-28Merge pull request #92423 from Mic92/arm-flakesJörg Thalheim1-1/+8
2020-07-23flake.nix: use lib.extendFabian Möller1-4/+4
2020-07-06flake.nix: add armv6l/armv7l systemsJörg Thalheim1-1/+8
2020-06-08flake.nix: Remove edition fieldEelco Dolstra1-2/+0
2020-04-03Don't pin 'nixpkgs' in the system registry by defaultEelco Dolstra1-1/+0
2020-04-02nix-daemon.nix: Add option nix.registryEelco Dolstra1-1/+2
2020-02-10flake.nix: Add noteEelco Dolstra1-0/+2
2020-02-10Fix 'nix flake check'Eelco Dolstra1-2/+2
2020-02-05flake.nix: Handle missing rev attributeEelco Dolstra1-2/+2
2020-02-05flake.nix: Support more systemsEelco Dolstra1-1/+8
2020-02-05flake.nix: Remove packages, builders outputsEelco Dolstra1-10/+1
2020-02-05epoch -> editionEelco Dolstra1-1/+1
2020-02-05Export nixosModules.notDetectedEelco Dolstra1-0/+4
2020-02-05nixosSystem: Automatically set version suffix from flakeEelco Dolstra1-2/+11
2020-02-05flake.nix: Remove obsolete name attributeEelco Dolstra1-2/+0
2020-02-05Update flake interfaceEelco Dolstra1-4/+4
2020-02-05Add flake outputs for the manualsEelco Dolstra1-4/+14
2020-02-05flake.nix: Update epochEelco Dolstra1-1/+1
2020-02-05flake.nix: provides -> outputsEelco Dolstra1-2/+2
2020-02-05flake.nix: Add checkEelco Dolstra1-0/+4
2020-02-05legacyPkgs -> legacyPackagesEelco Dolstra1-2/+2
2020-02-05Export a function for building NixOS system configurationsEelco Dolstra1-1/+3
2020-02-05flake.nix: Set system explicitly for nowEelco Dolstra1-1/+1
2020-02-05Add flake.nixEelco Dolstra1-0/+23