DO NOT MERGE: fetch rolling branch of nix-repo

rolling-testing
Inex Code 2021-11-30 23:20:53 +03:00
parent b9d9af01e2
commit 760ea2c2a6
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/master.tar.gz";
url-overlay = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo/archive/rolling.tar.gz";
nix-overlay = (import (builtins.fetchTarball url-overlay));
in
{