Reorder packages
This commit is contained in:
parent
23cc6c99a0
commit
9d9795b64c
1 changed files with 5 additions and 4 deletions
|
@ -8,10 +8,6 @@
|
||||||
{
|
{
|
||||||
devshells.default = {
|
devshells.default = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
self'.packages.drafts
|
|
||||||
self'.packages.new-draft
|
|
||||||
self'.packages.publish
|
|
||||||
|
|
||||||
nodePackages.browser-sync
|
nodePackages.browser-sync
|
||||||
|
|
||||||
(php83.buildEnv {
|
(php83.buildEnv {
|
||||||
|
@ -21,6 +17,11 @@
|
||||||
})
|
})
|
||||||
|
|
||||||
php83Packages.composer
|
php83Packages.composer
|
||||||
|
|
||||||
|
self'.packages.drafts
|
||||||
|
self'.packages.new-draft
|
||||||
|
self'.packages.publish
|
||||||
|
|
||||||
tailwindcss
|
tailwindcss
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue