treesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorpatrick-scho2025-07-03 11:08:30 +0200
committerpatrick-scho2025-07-03 11:08:30 +0200
commita4f1082296bf26067735578efc605070545be86b (patch)
tree393daff9e3fe061d53a9ab780d0858a28b75c574
parente7c80b6dfe48421c4b0f12b7ceac230b19a12537 (diff)
downloadflakes-a4f1082296bf26067735578efc605070545be86b.tar.gz
flakes-a4f1082296bf26067735578efc605070545be86b.zip
fix missing semicolon
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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";