Skip to content

Commit

Permalink
devenv: fix build on darwin
Browse files Browse the repository at this point in the history
(cherry picked from commit efd9b31)
  • Loading branch information
domenkozar committed Sep 11, 2024
1 parent 3073972 commit be66d37
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/by-name/de/devenv/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,17 @@
, makeWrapper
, rustPlatform
, testers

, cachix
, darwin
, libgit2
, nix
, nixVersions
, openssl
, pkg-config

, devenv # required to run version test
}:

let
devenv_nix = nix.overrideAttrs (old: {
devenv_nix = nixVersions.nix_2_24.overrideAttrs (old: {
version = "2.24-devenv";
src = fetchFromGitHub {
owner = "domenkozar";
Expand Down

0 comments on commit be66d37

Please sign in to comment.