about summary refs log tree commit diff
path: root/nixos/lib/make-channel.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-02-03channel: add --show-trace to nix-env commandAlyssa Ross1-1/+1
Otherwise, when this fails on Hydra, we have no way of seeing what went wrong.
2018-11-04Remove incorrect sentence from make-channel commentRobert Hensing1-1/+1
Besides being incorrect, claims like these tend to stick around after they become incorrect.
2018-10-02Document make-channel.nixLinus Heckemann1-0/+4
2015-08-05Unify NixOS and Nixpkgs channel structureEelco Dolstra1-6/+2
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.
2015-07-30nixUnstable: Update to 1.10pre4200_76cc8e9Eelco Dolstra1-1/+1
Also unify the nixStable and nixUnstable expressions.
2015-06-13Factor the NixOS channel building code out into its own file, so I can use ↵Dan Peebles1-0/+31
it elsewhere