clean up
This commit is contained in:
@@ -17,9 +17,6 @@
|
|||||||
];
|
];
|
||||||
systems = ["x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin"];
|
systems = ["x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin"];
|
||||||
perSystem = {
|
perSystem = {
|
||||||
config,
|
|
||||||
self',
|
|
||||||
inputs',
|
|
||||||
pkgs,
|
pkgs,
|
||||||
system,
|
system,
|
||||||
...
|
...
|
||||||
@@ -28,9 +25,9 @@
|
|||||||
inherit system;
|
inherit system;
|
||||||
overlays = [
|
overlays = [
|
||||||
(_final: prev: {
|
(_final: prev: {
|
||||||
nuget-to-json = prev.nuget-to-json.overrideAttrs (old: {
|
nuget-to-json = prev.nuget-to-json.overrideAttrs {
|
||||||
src = ./nuget-to-json.sh;
|
src = ./nuget-to-json.sh;
|
||||||
});
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
config = {};
|
config = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user