nixpkgs-manual: move shell to package

This commit is contained in:
Philip Taron 2024-07-26 11:47:32 -07:00
parent b5dc82844f
commit eaa7811104
No known key found for this signature in database
2 changed files with 6 additions and 7 deletions

View file

@ -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