From: patrick-scho Date: Thu, 3 Jul 2025 09:08:30 +0000 (+0200) Subject: fix missing semicolon X-Git-Url: https://gitweb.ps.run/flakes/commitdiff_plain/a4f1082296bf26067735578efc605070545be86b?ds=sidebyside fix missing semicolon --- diff --git a/flake.nix b/flake.nix index 33324e4..40898d3 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ postPatch = ''substituteInPlace ui-repolist.c --replace "master" "main"''; }); }; - } + }; packages.resetmsmice = pkgs.stdenv.mkDerivation { pname = "resetmsmice";