From d924d0cd205bbd7fc9337472e3ac829a1e3a52bd Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 26 Feb 2022 17:43:27 +0800 Subject: [PATCH] flake: work around allowedUris problem --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8d1c7c23a..1a1c2edba 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs.mozilla-overlay = { url = github:mozilla/nixpkgs-mozilla; flake = false; }; inputs.sipyco.url = github:m-labs/sipyco; inputs.sipyco.inputs.nixpkgs.follows = "nac3/nixpkgs"; - inputs.nac3 = { type = "git"; url = "https://git.m-labs.hk/M-Labs/nac3.git"; }; + inputs.nac3 = { type = "git"; url = "https://git.m-labs.hk/m-labs/nac3.git"; }; inputs.artiq-comtools.url = github:m-labs/artiq-comtools; inputs.artiq-comtools.inputs.nixpkgs.follows = "nac3/nixpkgs"; inputs.artiq-comtools.inputs.sipyco.follows = "sipyco";