From 2f8ac21e1bdf4f94730a9ed5774bef9542ae523d Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Wed, 2 Nov 2016 22:44:36 +0100 Subject: nixos: remove test-config-examples.sh (obsolete) This file has been non-functional for over two years, since commit f002a27a80 ("Remove obsolete directory") removed .../doc/config-examples/. --- nixos/tests/test-config-examples.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 nixos/tests/test-config-examples.sh (limited to 'nixos') diff --git a/nixos/tests/test-config-examples.sh b/nixos/tests/test-config-examples.sh deleted file mode 100755 index 1ba2f841c41d9..0000000000000 --- a/nixos/tests/test-config-examples.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -# This script try to evaluate all configurations which are stored in -# doc/config-examples. This script is useful to ensure that examples are -# working with the current system. - -pwd=$(pwd) -set -xe -for i in ../doc/config-examples/*.nix; do - NIXOS_CONFIG="$pwd/$i" nix-instantiate \ - --eval-only --xml --strict > /dev/null 2>&1 \ - ../default.nix -A system -done -set +xe -- cgit 1.4.1