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
/
shells
/
hare
/
shell.nix
blob: 9fbe37c69648673527db358338b163ac75264a4a (
plain
) (
blame
)
1
2
3
4
{
pkgs
?
import
<nixpkgs>
{
},
}:
pkgs
.
mkShell
{
packages
=
[
pkgs
.
hare
];
}