Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 95ca0ae

Browse files
committedFeb 14, 2022
Add a minimum version check.
1 parent ef3463e commit 95ca0ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
with builtins;
2323
with pkgs.lib;
2424

25+
assert builtins.compareVersions builtins.nixVersion "2.3" >= 0;
26+
2527
let
2628
l = import ./mach_nix/nix/lib.nix { inherit pkgs; lib = pkgs.lib; };
2729

0 commit comments

Comments
 (0)
Please sign in to comment.