bicep/matrix: use package with fixed pythonEnv
Some checks failed
Eval nix flake / evals (pull_request) Failing after 1m46s
Eval nix flake / evals (push) Failing after 1m52s

This commit is contained in:
2023-12-10 04:32:26 +01:00
parent 0b5e03471f
commit eabd8df3d8
2 changed files with 3 additions and 1 deletions

View File

@@ -14,8 +14,9 @@
pvv-calendar-bot.url = "git+https://git.pvv.ntnu.no/Projects/calendar-bot.git";
pvv-calendar-bot.inputs.nixpkgs.follows = "nixpkgs";
# Last release compatible with 23.05
matrix-next.url = "github:dali99/nixos-matrix-modules";
# https://github.com/NixOS/nixpkgs/pull/273262
nixpkgs-matrix-buildenv.url = "github:dali99/nixpkgs/synapse-buildenv";
grzegorz.url = "github:Programvareverkstedet/grzegorz";
grzegorz.inputs.nixpkgs.follows = "nixpkgs-unstable";