mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -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";
|
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 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue