nix: update raku and rust development shells

wip/nixpkgs-raku
Katharina Fey 3 years ago
parent 441e530502
commit 83d9261905
Signed by: kookie
GPG Key ID: F972AEEA2887D547
  1. 0
      infra/libkookie/shells/rust.nix
  2. 6
      nix/raku.nix

@ -0,0 +1,6 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "raku-dev";
buildInputs = with pkgs; [ rakudo zef ];
}
Loading…
Cancel
Save