fix missing newline at the end of default.nix

This commit is contained in:
ewuuwe 2023-12-08 22:37:03 +01:00
parent aa7dad9e8e
commit aab87b6b1f

View File

@ -74,4 +74,4 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ ewuuwe ];
platforms = platforms.linux;
};
}
}