Skip to content

Commit 6aeedef

Browse files
authored
Merge pull request #402 from PrivateStorageio/nix-version-check
Add a nix version check.
2 parents 86c3111 + c5eb17d commit 6aeedef

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)