mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
flake/dev: update attributes for website
This commit is contained in:
parent
9fc73c743b
commit
0d5004b3d9
@ -43,7 +43,13 @@
|
|||||||
nur.repos.rycee.mozilla-addons-to-nix
|
nur.repos.rycee.mozilla-addons-to-nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
docs = import ../../docs/shell.nix { inherit pkgs; };
|
website = import ../../docs/website/shell.nix { inherit pkgs; };
|
||||||
|
};
|
||||||
|
|
||||||
|
# Packages that are meant to be consumed inside of a development
|
||||||
|
# environment.
|
||||||
|
devPackages = {
|
||||||
|
inherit (import ../../docs { inherit pkgs; }) website;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user