flake: add 'defaultPackage' back
This commit is contained in:
parent
537fe50a71
commit
2479ece42c
1 changed files with 3 additions and 1 deletions
|
|
@ -107,5 +107,7 @@
|
||||||
touch $out
|
touch $out
|
||||||
'');
|
'');
|
||||||
devShell = perSystem (system: self.flake.${system}.devShell);
|
devShell = perSystem (system: self.flake.${system}.devShell);
|
||||||
|
defaultPackage =
|
||||||
|
perSystem (system: self.flake.${system}.packages."agora:lib:agora");
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue