about summary refs log tree commit diff
path: root/pkgs/top-level/impure.nix
AgeCommit message (Expand)AuthorFilesLines
2022-06-10top-level: Ignore Emacs lock files when looking for overlaysAnders Kaseorg1-1/+6
2021-12-16top-level/impure.nix: refactor by removing 'with builtins'Serhii Khoma1-14/+13
2021-01-23top-level: Simplify impure and pure fallbackJohn Ericson1-20/+14
2020-10-01Revert "top-level: fix nix-shell eval w/nixUnstable"Cole Helbling1-1/+1
2020-09-11top-level: fix nix-shell eval w/nixUnstableMaximilian Bosch1-1/+1
2019-11-03Revert "stdenv/check-meta: getEnv if the attribute is unset (#72376)" (#72752)Dmitry Kalinkin1-12/+1
2019-11-03stdenv/check-meta: getEnv if the attribute is unset (#72376)zimbatm1-1/+12
2019-06-04systems: allow passing in string for cross/localSystemMatthew Bauer1-2/+3
2019-04-19top-level/impure.nix: expose crossOverlaysMatthew Bauer1-1/+3
2019-02-03top-level: cleanup whitespaceJan Malakhovski1-5/+5
2018-06-25impure.nix: fix handling of localSystemMatthew Bauer1-1/+2
2018-05-04impure.nix: stringify path from NIX_PATHYorick1-1/+1
2017-09-14treewide: Escape backslash in strings properlyTuomas Tynkkynen1-1/+1
2017-08-17Overlays: allow overlays to be specified in a fileMichael Peyton Jones1-11/+29
2017-04-29impure.nix: add crossSystem as argMatthew Bauer1-1/+2
2017-02-25Allow directories with a default.nix to be imported as an overlay. Closes #23...Tom Hunger1-1/+1
2017-02-09top-level: Hack around Nix's --arg logic not handling unnamed paramsJohn Ericson1-0/+5
2017-02-08top-level: Allow nixpkgs to take localSystem directlyJohn Ericson1-4/+15
2017-02-01Remove unnecessary "sort" callEelco Dolstra1-1/+1
2017-02-01~/.nixpkgs -> ~/.config/nixpkgsEelco Dolstra1-3/+5
2017-02-01$NIXPKGS_OVERLAYS -> <nixpkgs-overlays>Eelco Dolstra1-11/+16
2017-02-01Only read overlays ending in .nixEelco Dolstra1-1/+3
2017-01-16Throw an error if NIXPKGS_OVERLAYS is invalid and improve documentation.Nicolas B. Pierron1-1/+3
2017-01-16Add overlays mechanism to Nixpkgs.Nicolas B. Pierron1-1/+18
2016-07-14Separate fix-point from config importing hacks and other impuritiesJohn Ericson1-0/+24