fix nix flake

This commit is contained in:
Jonas Heinrich 2023-05-11 17:45:44 +02:00
parent 91c0fa4228
commit 73c6e75114
5 changed files with 11 additions and 11 deletions

@ -1 +1 @@
Subproject commit 28af040e4bd209397e04df7d617c7b1044bd9423 Subproject commit 3548c55b17b14f40c7f75b439e85e87b685717fa

2
dav

@ -1 +1 @@
Subproject commit 2d8f6d9b9851a3d5fec007b7033d86b1dc241663 Subproject commit 8e09bff0d50ecdc3c68b3dffa59302c1d57d5f9d

12
flake.lock generated
View file

@ -17,16 +17,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1677066544, "lastModified": 1683408522,
"narHash": "sha256-pSJtrp47JsALG6aYl0rlKbMe1vy/x8t1So6CsmGn6po=", "narHash": "sha256-9kcPh6Uxo17a3kK3XCHhcWiV1Yu1kYj22RHiymUhMkU=",
"owner": "onny", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5e489eee1b85503960fc8496d5e27593a7eca6fd", "rev": "897876e4c484f1e8f92009fd11b7d988a121a4e7",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "onny", "owner": "NixOS",
"ref": "phpunit", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

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

2
server

@ -1 +1 @@
Subproject commit c0cddec224ee561152c918c31a91c98e5958621c Subproject commit 3d4015ae4dc079d1a2be0d3a573edef20264d701