Rename the package to tlaternet-webserver
This is less confusing than naming it the same as the server domain name.
This commit is contained in:
parent
697d8b8b2c
commit
2daa944203
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tlaternet"
|
name = "tlaternet-webserver"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Tristan Daniël Maat <tm@tlater.net>"]
|
authors = ["Tristan Daniël Maat <tm@tlater.net>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
|
@ -20,11 +20,11 @@
|
||||||
outputs = { self, nixpkgs, flake-utils, rust-overlay, naersk }@inputs:
|
outputs = { self, nixpkgs, flake-utils, rust-overlay, naersk }@inputs:
|
||||||
flake-utils.lib.simpleFlake {
|
flake-utils.lib.simpleFlake {
|
||||||
inherit self nixpkgs;
|
inherit self nixpkgs;
|
||||||
name = "tlaternet";
|
name = "tlaternet-webserver";
|
||||||
preOverlays = [ rust-overlay.overlay ];
|
preOverlays = [ rust-overlay.overlay ];
|
||||||
|
|
||||||
overlay = final: prev: {
|
overlay = final: prev: {
|
||||||
tlaternet = let
|
tlaternet-webserver = let
|
||||||
# The rust toolchain to use
|
# The rust toolchain to use
|
||||||
toolchain =
|
toolchain =
|
||||||
prev.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
|
prev.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
|
||||||
|
|
Loading…
Reference in a new issue