This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
1
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-11-22 21:50:55 +00:00
Code
Issues
Wiki
Activity
186222ce7b
nixpkgs
/
nixos
/
modules
/
misc
/
extra-arguments.nix
8 lines
89 B
Nix
Raw
Normal View
History
Unescape
Escape
[bot] nixos/*: remove unused arguments in lambdas
2018-07-20 21:56:59 +01:00
{
pkgs
,
.
.
.
}:
Move most extra args out of eval-config.nix
2014-05-06 15:31:48 +01:00
{
Document and rename internal option of modules.
2015-03-12 22:19:23 +00:00
_module
.
args
=
{
Move most extra args out of eval-config.nix
2014-05-06 15:31:48 +01:00
utils
=
import
../../lib/utils.nix
pkgs
;
}
;
}
Copy permalink