updated nix stuff
This commit is contained in:
parent
a55a3e2a32
commit
c8b470e726
@ -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";
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user