mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-04 21:43:15 -06:00
formatting
This commit is contained in:
parent
1d2d7f9f47
commit
3fc0eb9608
1 changed files with 1 additions and 5 deletions
|
@ -1,9 +1,6 @@
|
|||
{
|
||||
description = "nix begat oizys";
|
||||
outputs = inputs@{
|
||||
self,
|
||||
...
|
||||
}:
|
||||
outputs = inputs @ {self, ...}:
|
||||
(import ./lib {
|
||||
inherit inputs;
|
||||
inherit self;
|
||||
|
@ -50,4 +47,3 @@
|
|||
];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue