forked from Fediversity/Fediversity
pass self
thru in flake
This commit is contained in:
parent
e86712beec
commit
ae08673c1b
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
inputs@{ flake-parts, ... }:
|
inputs@{ self, flake-parts, ... }:
|
||||||
flake-parts.lib.mkFlake { inherit inputs; } {
|
flake-parts.lib.mkFlake { inherit self inputs; } {
|
||||||
systems = [
|
systems = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
|
|
Loading…
Add table
Reference in a new issue