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 {
|
in {
|
||||||
devShells = {
|
devShells = {
|
||||||
default = import ./shell.nix { inherit pkgs; };
|
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;
|
packages.website = docs.website;
|
||||||
|
@ -4,10 +4,10 @@ in
|
|||||||
{ pkgs ? import sources.nixos-unstable { } }:
|
{ pkgs ? import sources.nixos-unstable { } }:
|
||||||
|
|
||||||
let
|
let
|
||||||
websitePkg = import ./docs { inherit pkgs; };
|
docs = import ./docs { inherit pkgs; };
|
||||||
in
|
in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
inputsFrom = [ websitePkg ];
|
inputsFrom = [ docs.website ];
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
npins
|
npins
|
||||||
|
Loading…
Reference in New Issue
Block a user