From d8f76f3b2594db4687c0203c4f2be8d3e4ef7740 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Wed, 4 Sep 2024 01:20:12 +0900 Subject: rename to fortify and restructure More sandbox features will be added and this will no longer track ego's features and behaviour. Signed-off-by: Ophestra Umiker --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 8c8e4193..1e31f3b5 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "ego development environment"; + description = "fortify development environment"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/24.05"; @@ -30,11 +30,11 @@ mkShell { packages = [ (buildGoModule rec { - pname = "ego"; + pname = "fortify"; version = "0.0.0-flake"; src = ./.; - vendorHash = null; # we have no dependencies :3 + vendorHash = null; # we have no Go dependencies :3 ldflags = [ "-s" -- cgit v1.3.1