mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
Update flake.nix
Undo change made by nixfmt-rfc-style
This commit is contained in:
parent
3d1e38ccc0
commit
36593d3725
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@
|
|||
# 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;
|
||||
in
|
||||
flake-parts.lib.mkFlake
|
||||
{
|
||||
flake-parts.lib.mkFlake {
|
||||
inherit inputs;
|
||||
specialArgs = {
|
||||
inherit lib;
|
||||
|
|
Loading…
Reference in a new issue