Rename flake packages collection

This commit is contained in:
Tristan Daniël Maat 2021-04-09 19:15:27 +01:00
parent ba9fa8f37d
commit ff25f151d3
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

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