package and add phpunit to to devenv

This commit is contained in:
Jonas Heinrich 2023-02-19 20:47:38 +01:00
parent 8595321b8e
commit d8449c60c5
4 changed files with 13 additions and 11 deletions

View file

@ -11,7 +11,7 @@
];
imports = [
./nextcloud.nix
"${fetchTarball "https://github.com/onny/nixpkgs/archive/maddy-acc.tar.gz"}/nixos/modules/services/mail/maddy.nix"
"${fetchTarball "https://github.com/NixOS/nixpkgs/archive/master.tar.gz"}/nixos/modules/services/mail/maddy.nix"
];
nixpkgs = {