1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/tests
Eelco Dolstra 97f087cd44 Turn networking.interfaces into an attribute set
Thus

  networking.interfaces = [ { name = "eth0"; ipAddress = "192.168.15.1"; } ];

can now be written as

  networking.interfaces.eth0.ipAddress = "192.168.15.1";

The old notation still works though.
2012-11-02 17:08:11 +01:00
..
common
avahi.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
bittorrent.nix Turn networking.interfaces into an attribute set 2012-11-02 17:08:11 +01:00
check-filesystems.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
default.nix Allow overriding all NixOS tests to run with the minimal kernel possible for that test's config(s) (based on requiredKernelConfig) 2012-08-04 09:45:26 -04:00
firefox.nix
firewall.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
installer.nix Fix the installer test 2012-10-30 15:00:51 +01:00
ipv6.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
kde4.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
login.nix Update some tests for systemd 2012-10-04 12:34:44 -04:00
misc.nix Update some tests for systemd 2012-10-04 12:34:44 -04:00
mpich-example.c
mpich.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
mysql-replication.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
mysql.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
nat.nix Turn networking.interfaces into an attribute set 2012-11-02 17:08:11 +01:00
nfs.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
openssh.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
portmap.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
proxy.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
quake3.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
run-in-machine.nix
simple.nix
subversion.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
test-config-examples.sh
test-upstart-job.sh
testdb.sql
tomcat.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
trac.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
xfce.nix