Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 20.09 11 lines 171 B view raw
1# Env to update Gemfile.lock / gemset.nix 2 3with import <nixpkgs> {}; 4stdenv.mkDerivation { 5 name = "env"; 6 buildInputs = [ 7 ruby.devEnv 8 gnumake 9 bundix 10 ]; 11}