Update project naming
Use the correct project name (web-terminal-experiment) in both flake.nix and go.mod.
This commit is contained in:
parent
82d714d8a3
commit
aca520fe1e
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
description = "Go Template";
|
description = "Web Terminal Experiment";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
devShells.default = pkgs.mkShell {inherit nativeBuildInputs buildInputs;};
|
devShells.default = pkgs.mkShell {inherit nativeBuildInputs buildInputs;};
|
||||||
|
|
||||||
packages.default = pkgs.buildGoModule rec {
|
packages.default = pkgs.buildGoModule rec {
|
||||||
name = "template";
|
name = "web-terminal-experiment-server";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
inherit buildInputs;
|
inherit buildInputs;
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -1,3 +1,3 @@
|
||||||
module git.katkak.dev/katkak/terminal
|
module git.katkak.dev/katkak/web-terminal-experiment
|
||||||
|
|
||||||
go 1.25.0
|
go 1.25.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue