Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-26 | nix-push: Support generating a manifest again | Eelco Dolstra | 1 | -1/+1 | |
This makes all the tests succeed. Woohoo! | |||||
2012-04-14 | nix-channel improvements | Eelco Dolstra | 1 | -2/+2 | |
"nix-channel --add" now accepts a second argument: the channel name. This allows channels to have a nicer name than (say) nixpkgs_unstable. If no name is given, it defaults to the last component of the URL (with "-unstable" or "-stable" removed). Also, channels are now stored in a profile (/nix/var/nix/profiles/per-user/$USER/channels). One advantage of this is that it allows rollbacks (e.g. if "nix-channel --update" gives an undesirable update). | |||||
2012-01-03 | * FreeBSD tar defaults to the tape device instead of stdout. | Eelco Dolstra | 1 | -1/+1 | |
2012-01-03 | * Add a test for nix-channel. | Eelco Dolstra | 1 | -0/+43 | |
* Refactor the nix-channel unpacker a bit. |