index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
ebisu
/
meta
/
development
/
database
/
default.nix
blob: 95f57ebc4355ccdc307da81ef6f9e2c5a04814e5 (
plain
) (
blame
)
1
2
3
4
5
6
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
diesel-cli redis
];
}