nixconfigs/home/ov/lolcommits-nixpkgs/shell.nix

8 lines
131 B
Nix

{ pkgs ? import <nixpkgs> { } }:
with pkgs;
with stdenv;
mkShell {
name = "lolcommits-shell";
buildInputs = [ bundix ruby ];
}