nixci: Remove unused config

This commit is contained in:
Sridhar Ratnakumar 2023-10-19 14:19:07 -04:00 committed by GitHub
parent 6ec0a44a32
commit 9c6a37d9d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,11 +24,5 @@
dir = "./dev";
};
};
nixci.ex = let overrideInputs = { "services-flake" = ./.; }; in {
example = {
inherit overrideInputs;
dir = "./example";
};
};
};
}