Skip to content

Problem: software feels very uncomfortable to use #270

Description

@sjmackenzie

Is there a way I can do something like this:

{ pkgs ? import <nixpkgs> {}}:

# pull in racket2nix src

pkgs.stdenv.mkDerivation {
  name = "fractalide-paper";
  src = ./.;
  buildInputs = [ racket73Packages.base racket73Packages.scribble-lib ];

  buildPhase = ''
    scribble --pdf fractalide.scrbl
  '';
  installPhase = ''
    mkdir $out
    mv fractalide.pdf $out
  '';
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions