Skip to content

Commit 4ac24ed

Browse files
Copilotblaggacao
andcommitted
Update Nix version requirement from 2.13 to 2.18 in flake.nix
Co-authored-by: blaggacao <7548295+blaggacao@users.noreply.github.com>
1 parent 1f9633e commit 4ac24ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
inherit (fwlib') blockTypes actions dataWith flakeModule grow growOn findTargets;
7171
};
7272
in
73-
assert inputs.nixpkgs.lib.assertMsg ((builtins.compareVersions builtins.nixVersion "2.13") >= 0) "The truth is: you'll need a newer nix version to use Standard (minimum: v2.13).";
73+
assert inputs.nixpkgs.lib.assertMsg ((builtins.compareVersions builtins.nixVersion "2.18") >= 0) "The truth is: you'll need a newer nix version to use Standard (minimum: v2.18).";
7474
(import ./dogfood.nix (inputs
7575
// {
7676
std = std // {inherit (inputs.self) narHash;};

0 commit comments

Comments
 (0)