update nixos base system and nextcloud version

This commit is contained in:
Jonas Heinrich 2023-07-17 09:23:52 +02:00
parent f102f48aa1
commit fef97d2ac9
8 changed files with 82 additions and 79 deletions

View file

@ -1,7 +1,6 @@
{
inputs = {
# FIXME: Switch to 23.05 when phpunit released
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
# Required for multi platform support
flake-utils.url = "github:numtide/flake-utils";
};