Bazel: Difference between revisions

imported>Keegancsmith
replace grep.app link (which had no results) with sourcegraph
Update deprecated function
Tags: Mobile edit Mobile web edit Visual edit
 
Line 7: Line 7:
   { pkgs ? import <nixpkgs> {} }:
   { pkgs ? import <nixpkgs> {} }:
    
    
   (pkgs.buildFHSUserEnv {
   (pkgs.buildFHSEnv {
     name = "bazel-userenv-example";
     name = "bazel-userenv-example";
     targetPkgs = pkgs: [
     targetPkgs = pkgs: [