Skip to content

Instantly share code, notes, and snippets.

@strangeglyph
Created May 6, 2021 09:01
Show Gist options
  • Save strangeglyph/63397d9c058e940863e26e98c78f6eb4 to your computer and use it in GitHub Desktop.
Save strangeglyph/63397d9c058e940863e26e98c78f6eb4 to your computer and use it in GitHub Desktop.
environment.systemPackages = with pkgs;
let
agda-with-stdlib = agda.withPackages (agda-packages: with agda-packages; [
standard-library
]);
in [
agda-with-stdlib
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment