Artifact d47e05571ee083b17146fc08d2cbe248dae5160cc6c78bd95bb438ee4640733e:
- File default.nix — part of check-in [403a2346ff] at 2021-01-28 16:17:27 on branch trunk — initial check-in (user: jboy, size: 187) [annotate] [blame] [check-ins using]
- File shell.nix — part of check-in [c5cbf4bc54] at 2022-04-22 09:16:18 on branch trunk — rename default.nix to shell.nix (user: jboy, size: 187) [annotate] [blame] [check-ins using]
with import <nixpkgs> {}; stdenv.mkDerivation rec { name = "env"; env = buildEnv { name = name; paths = buildInputs; }; buildInputs = [ haskellPackages.pandoc mkdocs ]; }