updated nix stuff

This commit is contained in:
crispycat 2025-02-08 12:54:56 -05:00
parent a55a3e2a32
commit c8b470e726
2 changed files with 2 additions and 2 deletions

View File

@ -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 = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.11"; nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.11";

View File

@ -11,7 +11,7 @@ let
]; ];
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "cargo-gg"; pname = "cargo-ge";
version = "0.1.1"; version = "0.1.1";
src = lib.cleanSourceWith { src = lib.cleanSourceWith {