From 73f5e77e0e548a1a67a66c7480056ac2c2f44936 Mon Sep 17 00:00:00 2001 From: Sirio Balmelli Date: Sat, 30 Nov 2019 18:50:16 +0100 Subject: [PATCH] fix nix build issue --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index b06211b..49b4693 100644 --- a/default.nix +++ b/default.nix @@ -7,7 +7,7 @@ # deps system ? builtins.currentSystem, nixpkgs ? import (builtins.fetchGit { - url = "https://github.com/siriobalmelli-foss/nixpkgs.git"; + url = "https://siriobalmelli@github.com/siriobalmelli-foss/nixpkgs.git"; ref = "master"; }) {} }: