This commit is contained in:
2025-11-12 01:09:04 +01:00
parent f94a507db4
commit 8eccda71a4

View File

@@ -17,9 +17,6 @@
];
systems = ["x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin"];
perSystem = {
config,
self',
inputs',
pkgs,
system,
...
@@ -28,9 +25,9 @@
inherit system;
overlays = [
(_final: prev: {
nuget-to-json = prev.nuget-to-json.overrideAttrs (old: {
nuget-to-json = prev.nuget-to-json.overrideAttrs {
src = ./nuget-to-json.sh;
});
};
})
];
config = {};