diff --git a/deploy.nix b/deploy.nix index a77f330..0c78328 100644 --- a/deploy.nix +++ b/deploy.nix @@ -1,7 +1,8 @@ { src, stdenv, ... }: stdenv.mkDerivation { inherit src; - name = "GH-Action-builder"; + pname = "GH-Action-builder"; + version = "0.0.1"; buildInputs = [ ]; installPhase = ''