summary refs log tree commit diff
path: root/nixos/modules/misc/extra-arguments.nix
Commit message (Collapse)AuthorAge
* Move systemd-lib.nix and systemd-unit-options.nix into utilsWill Fancher2021-11-20
|
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos: use pkgsi686Linux for pkgs_i686 (#24772)David McFarland2017-04-26
|
* nixos: move left-behind allowUnfree commentTobias Geerinckx-Rice2015-09-03
|
* Unify NixOS and Nixpkgs channel structureEelco Dolstra2015-08-05
| | | | | | | | | | | | | | | | | | | | | | This is primarily to ensure that -I nixpkgs=https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz and -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz and -I nixpkgs=https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz behave consistently. It also allows installing packages via "nix-env -iA nixos.<pkg>" rather than "nixos.pkgs.<pkg>". It would be even better to allow "nixpkgs.<pkg>", but that requires a change to nix-channel. Fixes #7659.
* Bring an importable modulesPath back from the dead, in the only way I knowDan Peebles2015-06-08
|
* Document and rename internal option of modules.Nicolas B. Pierron2015-03-15
|
* Move most extra args out of eval-config.nixShea Levy2015-03-12