refactor(nix): rework package management
This commit is contained in:
parent
698e6fce01
commit
7fbf509183
2 changed files with 15 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue