Skip to content

Instantly share code, notes, and snippets.

@MostAwesomeDude
Created August 3, 2019 03:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MostAwesomeDude/217134859b0d8b641f219cd878e4a238 to your computer and use it in GitHub Desktop.
Save MostAwesomeDude/217134859b0d8b641f219cd878e4a238 to your computer and use it in GitHub Desktop.
{ nixpkgs ? import <nixpkgs> {} }:
let
inherit (nixpkgs) pkgs;
idris = pkgs.idrisPackages.with-packages (with pkgs.idrisPackages; [ contrib ]);
in pkgs.stdenv.mkDerivation {
name = "midriff-env";
buildInputs = with pkgs; [
git gist
idris
python2Packages.pyflakes
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment