From 8eccda71a4134893e48057a065f356e4c23669ab Mon Sep 17 00:00:00 2001 From: 0qln <0qln@proton.me> Date: Wed, 12 Nov 2025 01:09:04 +0100 Subject: [PATCH] clean up --- flake.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 9ce1601..996b02e 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = {};