mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
wrapper-manager-fds/shell: update docs attribute
This commit is contained in:
parent
dc624a67f4
commit
f8aee70c6a
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user