]> gitweb.ps.run Git - flakes/commitdiff
fix missing semicolon
authorpatrick-scho <patrick.schoenberger@posteo.de>
Thu, 3 Jul 2025 09:08:30 +0000 (11:08 +0200)
committerpatrick-scho <patrick.schoenberger@posteo.de>
Thu, 3 Jul 2025 09:08:30 +0000 (11:08 +0200)
flake.nix

index 33324e4748cf782ee2a6fe61486d80b1ce2e43cc..40898d32a875b46062e08b8aa4be8ff1fd248219 100644 (file)
--- 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";