break out an agda.nix

This commit is contained in:
Griffin Smith 2020-06-15 11:54:01 -04:00
parent 3c61742a37
commit f59e705eca
3 changed files with 62 additions and 4 deletions

View file

@ -32,6 +32,7 @@ with lib;
./lib/zshFunctions.nix
./development/kube.nix
./development/urbint.nix
./development/agda.nix
];
home.packages = with pkgs; [
@ -48,8 +49,6 @@ with lib;
clj2nix
haskellPackages.Agda
AgdaStdlib
pg-dump-upsert
(import ../pkgs/clang-tools { inherit pkgs; })