initial commit
This commit is contained in:
commit
8e1813ca0d
14 changed files with 2005 additions and 0 deletions
4
shell.nix
Normal file
4
shell.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [nix-eval-jobs];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue