formatting

This commit is contained in:
Daylin Morgan 2024-02-29 20:12:35 -06:00
parent 1d2d7f9f47
commit 3fc0eb9608
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -1,9 +1,6 @@
{ {
description = "nix begat oizys"; description = "nix begat oizys";
outputs = inputs@{ outputs = inputs @ {self, ...}:
self,
...
}:
(import ./lib { (import ./lib {
inherit inputs; inherit inputs;
inherit self; inherit self;
@ -50,4 +47,3 @@
]; ];
}; };
} }