"Fossies" - the Fresh Open Source Software Archive

Member "pandoc-3.1.8/release.nix" (9 Sep 2023, 91 Bytes) of package /linux/www/pandoc-3.1.8.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Nix Expression Language source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 let
    2   pkgs = import <nixpkgs> { };
    3 in
    4   pkgs.haskellPackages.callPackage ./project.nix { }