Rename package

This commit is contained in:
2023-04-10 19:07:33 +01:00
parent c555d549ca
commit 68fc5f26c8

View File

@ -8,7 +8,7 @@
pkgs = nixpkgs.legacyPackages.x86_64-linux;
in {
defaultPackage.x86_64-linux = pkgs.stdenv.mkDerivation {
name = "edge-errors";
name = "vimium-edge-errors";
version = "1";
src = ./.;