shell.nix -> flake.nix #61
Loading…
Reference in New Issue
No description provided.
Delete Branch "architeuthis/datasheets:nix-flake"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Addresses #47. Replaces shell.nix with flake.nix. Adds makefile, .gitignore, mostly for latex clutter.
4c2732698e
to069cbe5896
@ -0,0 +23,4 @@
all-pdfs = pkgs.stdenvNoCC.mkDerivation rec {
name = "datasheets-pdfs";
src = self;
buildInputs = [ latex-pkgs python-pkgs ] ;
List of lists?
Is this better?
069cbe5896
to7cbf52e96b