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
/
fortune
/
development
/
database.nix
blob: 27f7f285a8d16a1c0c7ca62adc3c2fe9215158d4 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
diesel-cli redis sqlite
];
}