Skip to content

Commit 4364092

Browse files
committed
fix: move pwgen to base
Developers can generate passwords too.
1 parent 808a62d commit 4364092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
nodePackages.prettier-plugin-toml
3636
shfmt
3737
editorconfig-checker
38+
pwgen
3839
];
3940
devshell.startup.nodejs-setuphook = nixpkgs'.lib.stringsWithDeps.noDepEntry ''
4041
export NODE_PATH=${nixpkgs'.nodePackages.prettier-plugin-toml}/lib/node_modules:$NODE_PATH
@@ -153,7 +154,6 @@
153154
name = "fx";
154155
}
155156
{package = nixpkgs'.curlie;}
156-
{package = nixpkgs'.pwgen;}
157157
{
158158
package = nixpkgs'.difftastic;
159159
name = "difft";

0 commit comments

Comments
 (0)