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