aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/check.nix4
-rwxr-xr-xscripts/check.sh3
2 files changed, 7 insertions, 0 deletions
diff --git a/scripts/check.nix b/scripts/check.nix
new file mode 100644
index 0000000..1a344c6
--- /dev/null
+++ b/scripts/check.nix
@@ -0,0 +1,4 @@
1with import <nixpkgs> {};
2
3# Check all versions
4lib.collect lib.isDerivation (callPackage ../default.nix {})
diff --git a/scripts/check.sh b/scripts/check.sh
new file mode 100755
index 0000000..ffef74b
--- /dev/null
+++ b/scripts/check.sh
@@ -0,0 +1,3 @@
1#!/usr/bin/env bash
2
3[ "$(clever --version)" = "1.6.3" ]