From c8b470e726f02c377c300aa1e55e708d0941926d Mon Sep 17 00:00:00 2001 From: crispycat Date: Sat, 8 Feb 2025 12:54:56 -0500 Subject: [PATCH] updated nix stuff --- flake.nix | 2 +- nix/package.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 0630be5..49720ce 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Cargo wrapper that calls you a good girl if your commands succeed (but only after they fail)"; + description = "Cargo wrapper that calls you a good enby if your commands succeed (but only after they fail)"; inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.11"; diff --git a/nix/package.nix b/nix/package.nix index cbd2b51..d5c3bf6 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -11,7 +11,7 @@ let ]; in rustPlatform.buildRustPackage { - pname = "cargo-gg"; + pname = "cargo-ge"; version = "0.1.1"; src = lib.cleanSourceWith {