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
ba9fa8f37d
3 changed files with 4 additions and 4 deletions
|
@ -20,11 +20,11 @@
|
|||
outputs = { self, nixpkgs, flake-utils, rust-overlay, naersk }@inputs:
|
||||
flake-utils.lib.simpleFlake {
|
||||
inherit self nixpkgs;
|
||||
name = "tlaternet";
|
||||
name = "tlaternet-webserver";
|
||||
preOverlays = [ rust-overlay.overlay ];
|
||||
|
||||
overlay = final: prev: {
|
||||
tlaternet = let
|
||||
tlaternet-webserver = let
|
||||
# The rust toolchain to use
|
||||
toolchain =
|
||||
prev.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue