mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nixpkgs-manual: move shell to package
This commit is contained in:
parent
b5dc82844f
commit
eaa7811104
2 changed files with 6 additions and 7 deletions
|
@ -3,11 +3,5 @@ let
|
|||
config = { };
|
||||
overlays = [ ];
|
||||
};
|
||||
|
||||
common = import ./common.nix;
|
||||
inherit (common) outputPath indexPath;
|
||||
in
|
||||
pkgs.callPackage ../pkgs/tools/nix/web-devmode.nix {
|
||||
buildArgs = "./.";
|
||||
open = "/${outputPath}/${indexPath}";
|
||||
}
|
||||
pkgs.nixpkgs-manual.shell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue