Skip to content

Commit

Permalink
dotnet: expose stage0 vmr derivations
Browse files Browse the repository at this point in the history
This is only meant to be a helper for testing, so recursion is disabled.
  • Loading branch information
corngood committed Jul 13, 2024
1 parent e505595 commit 36590a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/dotnet/stage1.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ let
};
});

in mkPackages { inherit vmr; }
in mkPackages { inherit vmr; } // { stage0 = lib.dontRecurseIntoAttrs stage0; }

0 comments on commit 36590a4

Please sign in to comment.