Skip to content
Snippets Groups Projects
configuration.nix 58 B
Newer Older
{ pkgs, ... }:

with pkgs.haskell.lib;

final: prev: {

}