refactor(nix): rework package management

This commit is contained in:
Yorick Barbanneau 2025-01-08 00:34:33 +01:00
parent 698e6fce01
commit 7fbf509183
2 changed files with 15 additions and 17 deletions

View file

@ -9,7 +9,7 @@ _: {
{
devShells = {
default = pkgs.mkShell {
nativeBuildInputs = config.buildPackages ++ config.develPackages ++ config.deployPackages;
nativeBuildInputs = config.develPackages;
shellHook = ''
ln -snf ${config.pelicanplugins} plugins
ln -snf ${config.pelicantheme} theme