aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
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"