System/applications/devel-raku.nix

9 lines
115 B
Nix

{ config, lib, pkgs, unstable, ... }:
{
environment.systemPackages = with unstable; [
rakudo
zef
];
}