mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-09 07:17:10 -05:00
nix: init flake
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
ac2fca344d
commit
b25ae9a3be
4 changed files with 136 additions and 14 deletions
7
nix/shells/default.nix
Normal file
7
nix/shells/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
bazel_6
|
||||
git
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue