diff options
Diffstat (limited to 'scripts/check.nix')
-rw-r--r-- | scripts/check.nix | 4 |
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 @@ | |||
1 | with import <nixpkgs> {}; | ||
2 | |||
3 | # Check all versions | ||
4 | lib.collect lib.isDerivation (callPackage ../default.nix {}) | ||