nix: add custom mopidy and zig-bootstrap
This commit is contained in:
parent
371e8c5f83
commit
00a9816f49
2 changed files with 42 additions and 0 deletions
11
nix/zig-bootstrap.nix
Normal file
11
nix/zig-bootstrap.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
cmake
|
||||
python3
|
||||
zlib
|
||||
];
|
||||
|
||||
hardeningDisable = [ "all" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue