aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/check.nix
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check.nix')
-rw-r--r--scripts/check.nix4
1 files changed, 4 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 {})