tangled
alpha
login
or
join now
bwc9876.dev
/
nixos-config
1
fork
atom
Flake for my NixOS devices
1
fork
atom
overview
issues
pulls
pipelines
nixos-config
/
devShell.nix
at
335239d1a267933ee7f9aa77f9bfaba309198f39
6 lines
72 B
view raw
wrap content
bwc9876.dev
Fix formatters
1y ago
799d27af
1
{
pkgs
,
.
.
.
}:
{
2
packages
=
with
pkgs
;
[
3
alejandra
4
shfmt
5
]
;
6
}