diff --git a/flake.nix b/flake.nix index f7a93bd..4092e4f 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Another cool rust disaster from samw."; + description = "ATEM Connection Library (Rust Edition)"; inputs = { utils.url = "github:numtide/flake-utils"; @@ -29,7 +29,7 @@ }; in rec { packages.default = naersk-lib.buildPackage { - pname = "cool-rust-disaster"; + pname = "atem-connection-rs"; root = ./.; };