1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
Commit graph

34998 commits

Author SHA1 Message Date
Peter Simons 60116c5c2c haskell-resourcet: update to version 0.4.9 2013-10-14 08:43:34 +02:00
Peter Simons f925c182e8 haskell-postgresql-simple: update to version 0.3.8.0 2013-10-14 08:43:34 +02:00
Peter Simons 1dc9738c34 haskell-pandoc-citeproc: update to version 0.1.2 2013-10-14 08:43:34 +02:00
Peter Simons d0c56466e0 haskell-optparse-applicative: update to version 0.6.0 2013-10-14 08:43:34 +02:00
Peter Simons 25a3c855fe haskell-network-conduit-tls: update to version 1.0.2 2013-10-14 08:43:34 +02:00
Peter Simons ace869c15b haskell-mwc-random: update to version 0.13.1.0 2013-10-14 08:43:34 +02:00
Peter Simons 4b9d4600e1 haskell-haxr: update to version 3000.10.1.1 2013-10-14 08:43:34 +02:00
Peter Simons d247d7bb6c haskell-haskell-src-meta: update to version 0.6.0.4 2013-10-14 08:43:33 +02:00
Peter Simons bac50a5372 haskell-hashtables: update to version 1.1.2.1 2013-10-14 08:43:33 +02:00
Peter Simons 7bfb168b8a haskell-enumerator: update to version 0.4.20 2013-10-14 08:43:33 +02:00
Peter Simons ca7c270278 haskell-entropy: update to version 0.2.2.3 2013-10-14 08:43:33 +02:00
Peter Simons fce3c4fb1b haskell-either: update to version 3.4.2 2013-10-14 08:43:33 +02:00
Peter Simons 1df8a24935 haskell-constraints: update to version 0.3.4.1 2013-10-14 08:43:33 +02:00
Peter Simons f19f16b6f1 haskell-conduit: update to version 1.0.8 2013-10-14 08:43:33 +02:00
Jaka Hudoklin 63539b2844 nixos/graphite: carbon, use syslog for logging
Twisted provides option to log with syslog, this enables nicer logging.
Imagine what happens in a case of exception. If logs are written to stdout,
traceback won't be merged thus giving ugly logs. This commit fixes that.
This is also one of the official ways of starting carbon, so no worries.
2013-10-13 23:18:22 +02:00
Eelco Dolstra 903c5d4df9 Test nixos-option 2013-10-13 22:36:04 +02:00
Eelco Dolstra de7083a495 Fix the misc test
http://hydra.nixos.org/build/6480163
2013-10-13 22:17:12 +02:00
Eelco Dolstra 647b0f5f5c Update the installer tests for nixos-generate-config 2013-10-13 17:35:57 +02:00
Eelco Dolstra 3e001244e4 Load the xfs kernel module on demand 2013-10-13 17:35:57 +02:00
Eelco Dolstra 9b8847eb91 Document nixos-install 2013-10-13 17:35:57 +02:00
Eelco Dolstra 00f380dee5 Document nixos-generate-config 2013-10-13 17:35:57 +02:00
Eelco Dolstra ca3725bfc9 nixos-generate-config: Add --root option
If this option is given, nixos-generate-config will write the
configuration to /etc/nixos under the given root, and only emit
fileSystems attributes for filesystems under the given root directory.

The typically use case is at installation time, where you can say:

  $ nixos-generate-config --root /mnt

which will create /mnt/etc/nixos/{configuration.nix,hardware-configuration.nix}.

Also add a --force flag to force overwriting configuration.nix.
2013-10-13 17:35:56 +02:00
Eelco Dolstra 3875dcdfeb nixos-generate-config: Emit boot.initrd.availableKernelModules instead of kerneLmodules 2013-10-13 17:35:56 +02:00
Eelco Dolstra 57804f44ec nixos-generate-config: Skip FUSE filesystems
I don't know how to recover that a FUSE filesystem is (say) ntfs-3g.
2013-10-13 17:35:56 +02:00
Eelco Dolstra 984921e657 nixos-generate-config: Emit fileSystems automatically 2013-10-13 17:35:56 +02:00
Eelco Dolstra 677d9882b0 nixos-generate-config: Generate swapDevices 2013-10-13 17:35:56 +02:00
Eelco Dolstra 440fe8f05d Use read_file from File::Slurp 2013-10-13 17:35:56 +02:00
Eelco Dolstra ac13bd2575 Merge "nixos-option --install" into nixos-generate-config
Having configuration.nix generation hidden underneath nixos-option
never made sense, also given that there was another command to
generate part of the configuration (nixos-hardware-scan).  Now
nixos-generate-config produces both configuration.nix and
hardware-configuration.nix.  The latter is overwritten while the
former is not.
2013-10-13 17:35:55 +02:00
Eelco Dolstra 0f550596c9 Typo 2013-10-13 17:35:55 +02:00
Eelco Dolstra fd0fd49d36 nixos-generate-config: Write to /etc/nixos/hardware.nix rather than stdout 2013-10-13 17:35:55 +02:00
Eelco Dolstra 3ed41735b8 Rename nixos-hardware-scan to nixos-generate-config 2013-10-13 17:35:55 +02:00
Eelco Dolstra 4b28f28028 Remove unused file 2013-10-13 17:35:55 +02:00
Eelco Dolstra f42d494355 Refactor variable names 2013-10-13 17:35:55 +02:00
Eelco Dolstra 57ec8424e4 Drop <services> from $NIX_PATH 2013-10-13 17:35:55 +02:00
Eelco Dolstra ef72fcc2aa Map --help flag to "man <command>" for more NixOS commands 2013-10-13 17:35:55 +02:00
Eelco Dolstra a042d91290 nixos-rebuild: Document --profile-name 2013-10-13 17:35:54 +02:00
Eelco Dolstra f1a03addae nixos-rebuild: Let --help invoke "man nixos-rebuild" 2013-10-13 17:35:54 +02:00
Eelco Dolstra 2be774ccfa Set .version-suffix properly when building from Git 2013-10-13 17:35:54 +02:00
Cillian de Róiste a02e5a7fb2 Update python packages 2013-10-13 15:19:46 +02:00
Peter Simons d21fcc53ee Merge pull request #1062 from danbst/master
Add `usb` haskell package
2013-10-13 01:51:05 -07:00
Michael Raskin a1394551d2 Replacing StumpWM with a fresh lisp-packages version 2013-10-13 11:00:18 +04:00
Michael Raskin 4129c4e735 Adding fresh StumpWM built via lisp-packages 2013-10-13 10:58:48 +04:00
Michael Raskin 56f0be1ba1 Adding lisp-packages subset. Adding a few test packages without dependencies. 2013-10-13 10:57:30 +04:00
Michael Raskin d44439d03e Adding a Common Lisp wrapper.
Features:
  + configurable via environment variables
  + can skip the actual launching of the lisp implementation (source it
  with NIX_LISP_SKIP_CODE=1 to get all the settings)
  + currently supports SBCL, CLisp, ECL
  + determines lisp implementation from NIX_LISP_COMMAND variable or
  from buildInputs
  + sets ASDF search path for packages using buildInputs
2013-10-13 10:45:07 +04:00
Michael Raskin f1dd61d353 Adding ASDF package definition system for Common Lisp 2013-10-13 10:40:25 +04:00
Michael Raskin 6be28d142f Update SBCL to 1.1.12 2013-10-13 10:34:55 +04:00
Michael Raskin dbc9d7f862 Add full linking-set to clisp 2.49 2013-10-13 10:34:22 +04:00
Peter Simons bf3e2d86cb wxmaxima: update to version 13.04.2 2013-10-13 00:39:06 +02:00
Peter Simons 568b39c672 maxima: update to version 5.31.2 2013-10-13 00:37:58 +02:00
Peter Simons c74b044be1 asymptote: update to version 2.24 2013-10-13 00:34:51 +02:00