Update flake.nix

Undo change made by nixfmt-rfc-style
This commit is contained in:
Elias Ainsworth 2024-11-10 23:20:24 -07:00 committed by GitHub
parent 3d1e38ccc0
commit 36593d3725
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,8 +9,7 @@
# inputs is used to get the original standard library, and to pass inputs to the plugin autodiscovery function # inputs is used to get the original standard library, and to pass inputs to the plugin autodiscovery function
lib = import ./lib/stdlib-extended.nix inputs; lib = import ./lib/stdlib-extended.nix inputs;
in in
flake-parts.lib.mkFlake flake-parts.lib.mkFlake {
{
inherit inputs; inherit inputs;
specialArgs = { specialArgs = {
inherit lib; inherit lib;