Added crystal 0.32
This commit is contained in:
parent
ccedc38261
commit
e45674d60a
12
roles/crystal0.32.nix
Normal file
12
roles/crystal0.32.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
# This role utilizes a local version of nixpkgs that bumps Crystal from 0.30.1
|
||||
# to 0.32.1
|
||||
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
|
||||
environment.systemPackages = [ (import /home/craige/source/NixOS/nixpkgs {}).crystal ];
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in a new issue