Skip to content

Commit

Permalink
Merge branch 'nosh' of https://github.com/pasqui23/nixpkgs into nosh
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqui23 committed Jan 15, 2020
2 parents a7fb9ba + 1670d0c commit ee763ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/tools/package-management/nixos-shell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ stdenv.mkDerivation rec{
mkdir -p $out/bin
GOPATH=$src HOME="." go build -o $out/bin/nixos-shell nixos-shell
'';
meta = with stdenv.lib;{
homepage = "https://github.com/wavewave/nixos-shell" ;
description = "Spawn ephemeral development environments in containers";
license = licenses.free;
platform = platforms.linux;
};
}

0 comments on commit ee763ec

Please sign in to comment.