mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-30 22:57:58 +00:00
docs/website: update shell
This commit is contained in:
parent
d151713fd6
commit
738317d538
@ -7,11 +7,13 @@ in
|
||||
|
||||
let
|
||||
docs = import ../. { inherit pkgs; };
|
||||
website = docs.website { };
|
||||
in
|
||||
pkgs.mkShell {
|
||||
inputsFrom = [ docs.website ];
|
||||
inputsFrom = [ website ];
|
||||
|
||||
packages = with pkgs; [
|
||||
bundix
|
||||
nodePackages.prettier
|
||||
vscode-langservers-extracted
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user