Sign in
chromium
/
chromium
/
src
/
2ea4cd09beb47ca62bb96133aeb66494de766db2
/
.
/
tools
/
nix
/
shell.nix
blob: d5a11f3ec5b75bebd870df09f65d7ab72d5747c1 [
file
]
# Copyright 2025 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import
./
make
-
shell
-
for
-
system
.
nix
{
system
=
builtins
.
currentSystem
;
}