matrix-conduit: Stop using the version from unstable

This commit is contained in:
Tristan Daniël Maat 2023-01-11 01:58:00 +00:00
parent 7a2b862235
commit 19576ffb1e
Signed by: tlater
GPG key ID: 49670FD774E43268
3 changed files with 1 additions and 30 deletions

View file

@ -3,7 +3,6 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
deploy-rs.url = "github:serokell/deploy-rs";
sops-nix = {
url = "github:Mic92/sops-nix";
@ -22,7 +21,6 @@
outputs = {
self,
nixpkgs,
nixpkgs-unstable,
sops-nix,
nvfetcher,
deploy-rs,
@ -66,7 +64,7 @@
# Helper functions #
####################
lib = import ./lib {
inherit nixpkgs nixpkgs-unstable sops-nix tlaternet-webserver;
inherit nixpkgs sops-nix tlaternet-webserver;
lib = nixpkgs.lib;
};