We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86c3111 + c5eb17d commit 6aeedefCopy full SHA for 6aeedef
default.nix
@@ -22,6 +22,8 @@
22
with builtins;
23
with pkgs.lib;
24
25
+assert builtins.compareVersions builtins.nixVersion "2.3" >= 0;
26
+
27
let
28
l = import ./mach_nix/nix/lib.nix { inherit pkgs; lib = pkgs.lib; };
29
0 commit comments