Loading pkgs/by-name/de/devenv/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , makeWrapper , rustPlatform , testers , cachix , darwin Loading @@ -10,6 +11,8 @@ , nix , openssl , pkg-config , devenv # required to run version test }: let Loading Loading @@ -50,6 +53,13 @@ in rustPlatform.buildRustPackage { wrapProgram $out/bin/devenv --set DEVENV_NIX ${devenv_nix} --prefix PATH ":" "$out/bin:${cachix}/bin" ''; passthru.tests = { version = testers.testVersion { package = devenv; command = "export XDG_DATA_HOME=$PWD; devenv version"; }; }; meta = { changelog = "https://github.com/cachix/devenv/releases/tag/v${version}"; description = "Fast, Declarative, Reproducible, and Composable Developer Environments"; Loading Loading
pkgs/by-name/de/devenv/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , makeWrapper , rustPlatform , testers , cachix , darwin Loading @@ -10,6 +11,8 @@ , nix , openssl , pkg-config , devenv # required to run version test }: let Loading Loading @@ -50,6 +53,13 @@ in rustPlatform.buildRustPackage { wrapProgram $out/bin/devenv --set DEVENV_NIX ${devenv_nix} --prefix PATH ":" "$out/bin:${cachix}/bin" ''; passthru.tests = { version = testers.testVersion { package = devenv; command = "export XDG_DATA_HOME=$PWD; devenv version"; }; }; meta = { changelog = "https://github.com/cachix/devenv/releases/tag/v${version}"; description = "Fast, Declarative, Reproducible, and Composable Developer Environments"; Loading