This website requires JavaScript.
Explore
Help
Sign In
Git-Mirrors
/
constellation
Watch
1
Star
0
Fork
0
You've already forked constellation
mirror of
https://github.com/edgelesssys/constellation.git
synced
2024-10-01 01:36:09 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a2e417f5bb
constellation
/
nix
/
shells
/
default.nix
8 lines
88 B
Nix
Raw
Normal View
History
Unescape
Escape
nix: fix bazel under NixOS
2024-02-15 11:59:57 -05:00
{
mkShell
,
git
,
bazel_7
}:
mkShell
{
nativeBuildInputs
=
[
deps: update to bazel 7
2024-01-08 08:38:13 -05:00
bazel_7
nix: init flake Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-09-04 12:45:13 -04:00
git
]
;
}
Reference in New Issue
Copy Permalink