Rename the project and some flake details #4

Manually merged
tlater merged 2 commits from tlater/rename into master 2021-04-09 19:18:00 +01:00
Showing only changes of commit ff25f151d3 - Show all commits

View file

@ -43,7 +43,7 @@
in rec {
# The packages provided by this flake
tlaternet = {
packages = {
webserver = prev.callPackage
({ rustPlatform, openssl, pkgconfig, ... }:
naersk-lib.buildPackage {
@ -53,7 +53,7 @@
root = ./.;
}) { };
};
defaultPackage = tlaternet.webserver;
defaultPackage = packages.webserver;
# A dev shell to hack manually; note this includes
# additional toolchain components