tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
doc: nixfmt code blocks
K900
9 months ago
f307225c
2e2f0f5d
+1
-3
1 changed file
expand all
collapse all
unified
split
doc
languages-frameworks
beam.section.md
+1
-3
doc/languages-frameworks/beam.section.md
···
375
375
nodePackages.prettier
376
376
];
377
377
378
378
-
inputs =
379
379
-
basePackages
380
380
-
++ lib.optionals stdenv.hostPlatform.isLinux [ inotify-tools ];
378
378
+
inputs = basePackages ++ lib.optionals stdenv.hostPlatform.isLinux [ inotify-tools ];
381
379
382
380
# define shell startup command
383
381
hooks = ''