pmccabe: format with nixfmt

This commit is contained in:
holagus
2025-02-05 14:14:37 +01:00
committed by Peter Hoeg
parent 8ec5ad480a
commit 893ddcd098
+1 -4
View File
@@ -13,9 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "0a3h1b9fb87c82d5fbql5lc4gp338pa5s9i66dhw7zk8jdygx474";
};
patches = [
./getopt_on_darwin.patch
];
patches = [ ./getopt_on_darwin.patch ];
# GCC 14 made implicit function declarations an error. With this switch we turn them
# back into a warning.
@@ -54,4 +52,3 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
};
}