From c9fc8353f107c4a2f8534eaaa27bd758816cc16c Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 31 Jul 2024 16:45:08 +0800 Subject: [PATCH] wrapper-manager-fds/shell: update docs attribute --- flake.nix | 2 +- shell.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 44d6243..14dfc03 100644 --- a/flake.nix +++ b/flake.nix @@ -36,7 +36,7 @@ in { devShells = { default = import ./shell.nix { inherit pkgs; }; - website = import ./docs/shell.nix { inherit pkgs; }; + website = import ./docs/website/shell.nix { inherit pkgs; }; }; packages.website = docs.website; diff --git a/shell.nix b/shell.nix index c471c34..25d150d 100644 --- a/shell.nix +++ b/shell.nix @@ -4,10 +4,10 @@ in { pkgs ? import sources.nixos-unstable { } }: let - websitePkg = import ./docs { inherit pkgs; }; + docs = import ./docs { inherit pkgs; }; in pkgs.mkShell { - inputsFrom = [ websitePkg ]; + inputsFrom = [ docs.website ]; packages = with pkgs; [ npins