chore: Change channel of overlay for testing

pull/25/head
Inex Code 2023-03-17 14:38:48 +03:00
parent 0500315ae0
commit 9c662d9629
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ config, pkgs, lib, ... }:
let
url-overlay = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo/archive/redis.tar.gz";
url-overlay = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo/archive/22-11.tar.gz";
nix-overlay = (import (builtins.fetchTarball url-overlay));
in
{