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";
outputs = inputs@{
self,
...
}:
outputs = inputs @ {self, ...}:
(import ./lib {
inherit inputs;
inherit self;
@ -50,4 +47,3 @@
];
};
}