diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-09-04 01:20:12 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-09-04 01:20:12 +0900 |
| commit | d8f76f3b2594db4687c0203c4f2be8d3e4ef7740 (patch) | |
| tree | b1d8bfb5250d71094e397f8afa87710de1f1ca2f /flake.nix | |
| parent | 7e6eb82195c650bc34829e5cca2d2296e78c0707 (diff) | |
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 <cat@ophivana.moe>
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |
