This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
inputs.devenv.lib.mkShell {
|
||||
inherit inputs pkgs;
|
||||
modules = [
|
||||
({pkgs, config, ...}: {
|
||||
({
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
packages = with pkgs; [
|
||||
rustywind
|
||||
nodePackages.prettier
|
||||
|
||||
Reference in New Issue
Block a user