mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
shells/hugo: update inputs
This commit is contained in:
parent
1abb1ae9a6
commit
d34ad34387
@ -1,5 +1,11 @@
|
||||
# My usual toolchain for developing Hugo projects.
|
||||
{ mkShell, hugo, git, go, nodejs_latest }:
|
||||
{ mkShell
|
||||
, hugo
|
||||
, git
|
||||
, go
|
||||
, nodejs_latest
|
||||
, imagemagick
|
||||
}:
|
||||
|
||||
mkShell {
|
||||
packages = [
|
||||
@ -7,5 +13,6 @@ mkShell {
|
||||
go # I might use Go modules which requires the Golang runtime.
|
||||
git # VCS of my choice.
|
||||
nodejs_latest # The supported NodeJS version.
|
||||
imagemagick # Everyman's image processing framework.
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user