Skip to content

Commit

Permalink
Add nuget-shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Jul 11, 2019
1 parent c9ceb7a commit 5fb7fe3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nuget-shell.nix
@@ -0,0 +1,12 @@
with import ./lib.nix; with lib;

iohkNix.pkgs.stdenv.mkDerivation {
name = "nuget-shell";
buildInputs = [ iohkNix.pkgs.dotnetPackages.Nuget ];
shellHook = ''
echo "####"
echo "#### Chocolatey package push via:"
echo "#### nuget push -ApiKey \$CHOCOKEY -Source https://push.chocolatey.org \$NUPKGFILE -Verbosity detailed"
echo "####"
'';
}

0 comments on commit 5fb7fe3

Please sign in to comment.