diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-08-10T12·33+0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-10T12·33+0200 |
commit | fe94b72acc40c00f9a2a6ad78a28e62edd63d75c (patch) | |
tree | 8a7909bcee714533db1bac4d5f596ff0301e3014 /tests/local.mk | |
parent | c8608c488c10789d381b784cf69bb81e2e2b088d (diff) | |
parent | 15c035c13f3c452ffef3960e97bd0e9b38d98ec2 (diff) |
Merge pull request #1021 from shlevy/remove-nix-install-package
Remove nix-install-package.
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index 7c5a553d39e0..3d25327bd590 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -5,7 +5,7 @@ nix_tests = \ init.sh hash.sh lang.sh add.sh simple.sh dependencies.sh \ build-hook.sh nix-push.sh gc.sh gc-concurrent.sh \ referrers.sh user-envs.sh logging.sh nix-build.sh misc.sh fixed.sh \ - gc-runtime.sh install-package.sh check-refs.sh filter-source.sh \ + gc-runtime.sh check-refs.sh filter-source.sh \ remote-store.sh export.sh export-graph.sh \ timeout.sh secure-drv-outputs.sh nix-channel.sh \ multiple-outputs.sh import-derivation.sh fetchurl.sh optimise-store.sh \ |