9 lines
115 B
Nix
9 lines
115 B
Nix
|
{ config, lib, pkgs, unstable, ... }:
|
||
|
|
||
|
{
|
||
|
environment.systemPackages = with unstable; [
|
||
|
rakudo
|
||
|
zef
|
||
|
];
|
||
|
}
|