+7
-7
lib/customisation.nix
+7
-7
lib/customisation.nix
······-overrideWith = newArgs: origArgs // (if builtins.isFunction newArgs then newArgs origArgs else newArgs);+overrideWith = newArgs: origArgs // (if lib.isFunction newArgs then newArgs origArgs else newArgs);·········
+2
-2
lib/debug.nix
+2
-2
lib/debug.nix
···
+2
-2
lib/default.nix
+2
-2
lib/default.nix
···
+4
-4
lib/deprecated.nix
+4
-4
lib/deprecated.nix
······-takeFixed = if isFunction initial then initial else (fixed : initial); # transform initial to an expression always taking the fixed argument+takeFixed = if lib.isFunction initial then initial else (fixed : initial); # transform initial to an expression always taking the fixed argument······
+3
-1
lib/generators.nix
+3
-1
lib/generators.nix
······
+1
-1
lib/modules.nix
+1
-1
lib/modules.nix
···
+26
-1
lib/trivial.nix
+26
-1
lib/trivial.nix
······
+1
-1
nixos/doc/manual/default.nix
+1
-1
nixos/doc/manual/default.nix
···
+1
-1
nixos/lib/testing.nix
+1
-1
nixos/lib/testing.nix
+3
-3
nixos/modules/misc/nixpkgs.nix
+3
-3
nixos/modules/misc/nixpkgs.nix
······
+1
-1
nixos/modules/profiles/clone-config.nix
+1
-1
nixos/modules/profiles/clone-config.nix
···
+1
-1
nixos/tests/make-test.nix
+1
-1
nixos/tests/make-test.nix
+1
-1
pkgs/build-support/emacs/wrapper.nix
+1
-1
pkgs/build-support/emacs/wrapper.nix
+2
-2
pkgs/development/beam-modules/lib.nix
+2
-2
pkgs/development/beam-modules/lib.nix
···
+2
-2
pkgs/development/haskell-modules/make-package-set.nix
+2
-2
pkgs/development/haskell-modules/make-package-set.nix
···
+1
-1
pkgs/os-specific/darwin/apple-source-releases/default.nix
+1
-1
pkgs/os-specific/darwin/apple-source-releases/default.nix
···-IOKitSrcs = stdenv.lib.mapAttrs (name: value: if builtins.isFunction value then value name else value) IOKitSpecs;+IOKitSrcs = stdenv.lib.mapAttrs (name: value: if stdenv.lib.isFunction value then value name else value) IOKitSpecs;adv_cmds = applePackage "adv_cmds" "osx-10.5.8" "102ssayxbg9wb35mdmhswbnw0bg7js3pfd8fcbic83c5q3bqa6c6" {};
+1
-1
pkgs/top-level/default.nix
+1
-1
pkgs/top-level/default.nix
+1
-1
pkgs/top-level/python-packages.nix
+1
-1
pkgs/top-level/python-packages.nix
···-overrideWith = newArgs: origArgs // (if builtins.isFunction newArgs then newArgs origArgs else newArgs);+overrideWith = newArgs: origArgs // (if pkgs.lib.isFunction newArgs then newArgs origArgs else newArgs);