add shell.nix to make development on nix easier
This commit is contained in:
parent
2afa62cf3c
commit
dc6e8d930b
1 changed files with 10 additions and 0 deletions
10
shell.nix
Normal file
10
shell.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs.buildPackages; [
|
||||
elixir
|
||||
elixir-ls
|
||||
cmake
|
||||
file # libmagic
|
||||
ffmpeg
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue