Created
September 12, 2021 08:22
-
-
Save kateinoigakukun/b7b2f14d8e779810c627e650408a7b44 to your computer and use it in GitHub Desktop.
Nix Shell environment for ruby development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let | |
pkgs = import <nixpkgs> {}; | |
in | |
with pkgs; | |
pkgs.mkShell rec { | |
nativeBuildInputs = [ | |
clang | |
git | |
autoconf | |
]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment