treesummaryrefslogcommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorpatrick-scho2025-07-03 11:25:35 +0200
committerpatrick-scho2025-07-03 11:25:35 +0200
commit611bb975297182650d63191a2dfb296e5261b6c1 (patch)
tree91915b085286df42ada91a1f23867c34fb3295a6 /flake.nix
parent57c8dc1d3b56bdfa5071cfea5bf5261e3fac915d (diff)
downloadflakes-611bb975297182650d63191a2dfb296e5261b6c1.tar.gz
flakes-611bb975297182650d63191a2dfb296e5261b6c1.zip
fix semicolon
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 11a976b..ae83df3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -46,7 +46,7 @@
type = "app";
program = "${self.packages.${system}.resetmsmice}/bin/resetmsmice";
};
- });
+ })
)
};
}