mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-30 22:57:58 +00:00
shell: update
This commit is contained in:
parent
d02ed82414
commit
54f6be1861
@ -7,9 +7,10 @@ in
|
|||||||
|
|
||||||
let
|
let
|
||||||
docs = import ./docs { inherit pkgs; };
|
docs = import ./docs { inherit pkgs; };
|
||||||
|
website = docs.website { };
|
||||||
in
|
in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
inputsFrom = [ docs.website ];
|
inputsFrom = [ website ];
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
npins
|
npins
|
||||||
|
Loading…
Reference in New Issue
Block a user