System/applications/devel-raku.nix

9 lines
115 B
Nix
Raw Normal View History

2022-04-22 23:46:22 -04:00
{ config, lib, pkgs, unstable, ... }:
{
environment.systemPackages = with unstable; [
rakudo
zef
];
}