From 57d029a9a2a35f7bc134a7319c81b8dbea46381b Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Sat, 9 Jul 2022 03:58:34 +0100 Subject: [PATCH] inputs: vendor own nixpkgs Just incase Madouura's branch goes missing --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bfdf472..13e5c13 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:Madouura/nixpkgs/dev/linux-riscv"; + nixpkgs.url = "github:matthewcroughan/nixpkgs/mc/visionfive-nix"; jh7100_ddrinit = { url = "https://github.com/starfive-tech/JH7100_ddrinit/releases/download/ddrinit-2133-211102/ddrinit-2133-211102.bin.out"; flake = false;