Finally make a clean sweep and delete / organize old files. Add skeleton for LaTeX formal writeup in doc/ and change license (since this is all new code from the past few years) to BSD-2-Clause-Patent
This commit is contained in:
11
doc/shell.nix
Normal file
11
doc/shell.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
let
|
||||
sources = import ./nix/sources.nix;
|
||||
pkgs = import sources.nixpkgs { };
|
||||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
texlive.combined.scheme-full
|
||||
evince
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user