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
Lluís Batlle i Rossell
57569c0057
Merge branch 'sdl2' of https://github.com/cpages/nixpkgs
2013-10-12 22:10:59 +02:00
Domen Kožar
e28ddcfbec
Merge pull request #1063 from offlinehacker/nixos/graphite/listen_defaults_fix
...
nixos: graphite, listen on localhost by default
2013-10-12 12:23:34 -07:00
Domen Kožar
a8dd839c1f
Merge pull request #1067 from offlinehacker/nixos/statsd/mgmt_ip_port
...
nixos/statsd: Add support to specify managment ip/port
2013-10-12 12:23:11 -07:00
Domen Kožar
15608f6df6
Merge pull request #1068 from offlinehacker/nixos/elasticsearch/logfix
...
nixos/elasticsearch: change loglevel from DEBUG to INFO
2013-10-12 12:22:53 -07:00
Vladimír Čunát
d269ab1579
libav: maintenance update 9.9 -> 9.10
2013-10-12 19:37:27 +02:00
Lluís Batlle i Rossell
7f62880468
Updating bitcoin to 0.8.5
2013-10-12 19:06:42 +02:00
Lluís Batlle i Rossell
5355ab63b9
Fixes for torprpl, until making it work.
2013-10-12 18:53:59 +02:00
Lluís Batlle i Rossell
3ecba5afd1
Adding tox-prpl, a pidgin plugin for tox.
...
I use the current master, because the release 0.2.0 doesn't match the
libtoxcore expression.
2013-10-12 15:38:38 +02:00
Jaka Hudoklin
fd0d2872a4
nixos/elasticsearch: change loglevel from DEBUG to INFO
2013-10-12 12:43:33 +02:00
Jaka Hudoklin
285f447c49
nixos/statsd: Add support to specify managment ip/port
2013-10-12 12:37:52 +02:00
Jaka Hudoklin
677ecf4868
nixos/graphite: listen on localhost by default
2013-10-12 12:34:26 +02:00
Jason "Don" O'Conal
a3d9f41aad
sdlmame: add expression
2013-10-12 00:31:46 +00:00
Marc Weber
4683774277
experimental/vsftpd
...
vsftpd improvements:
- intorduce one declarative list of options
- make docummentation strings more understandable and add missing options
such as SSL/TLS support
- Use environment.etc."vsftpd".text because I can't think about any
reason why a shell script should be used.
That code was written in 2009.
2013-10-12 01:05:13 +02:00
Karn Kallio
c51e6c75a6
eclipse: add Eclipse Classic version 4.3.1 (codename Kepler).
2013-10-11 22:25:58 +02:00
Lluís Batlle i Rossell
08e327b284
Updating freicoin to 0.8.3-1.
2013-10-11 21:54:01 +02:00