Fix incorrect number in diff

This commit is contained in:
Sven van Heugten 2026-03-03 07:25:23 +01:00
parent e219f037a5
commit a1ffb1abd4
No known key found for this signature in database
GPG key ID: D612F88666F4F660

View file

@ -39,7 +39,7 @@ If you use Nix with flakes, you can simply add it to your program's devshell ins
}:
flake-utils.lib.eachDefaultSystem (
system:
@@ -17,7 +23,10 @@
@@ -17,7 +23,7 @@
{
packages.default = pkgs.callPackage ./default.nix { };
devShells.default = pkgs.mkShell {