From 79adeb8f637c48d2dd0109a15440d19b05668381 Mon Sep 17 00:00:00 2001 From: tracer-ysyx Date: Tue, 12 Mar 2024 21:31:26 +0800 Subject: [PATCH] =?UTF-8?q?>=20configure(npc)=20=20ysyx=5F22040000=20?= =?UTF-8?q?=E6=9D=8E=E5=BF=83=E6=9D=A8=20=20Linux=20calcite=206.6.19=20#1-?= =?UTF-8?q?NixOS=20SMP=20PREEMPT=5FDYNAMIC=20Fri=20Mar=20=201=2012:35:11?= =?UTF-8?q?=20UTC=202024=20x86=5F64=20GNU/Linux=20=20=2021:31:26=20=20up?= =?UTF-8?q?=203=20days=2012:21,=20=202=20users,=20=20load=20average:=200.2?= =?UTF-8?q?5,=200.81,=201.19?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/flake.lock | 17 +++++++++++++++++ npc/flake.nix | 3 ++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/npc/flake.lock b/npc/flake.lock index f32f7c0..76de6c7 100644 --- a/npc/flake.lock +++ b/npc/flake.lock @@ -34,6 +34,22 @@ "type": "github" } }, + "nixpkgs-circt162": { + "locked": { + "lastModified": 1705645507, + "narHash": "sha256-tX3vipIAmNDBA8WNWG4oY4KyTfnm2YieTHO2BhG8ISA=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "7995cae3ad60e3d6931283d650d7f43d31aaa5c7", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "7995cae3ad60e3d6931283d650d7f43d31aaa5c7", + "type": "github" + } + }, "nur-xin": { "inputs": { "nixpkgs": [ @@ -58,6 +74,7 @@ "inputs": { "flake-utils": "flake-utils", "nixpkgs": "nixpkgs", + "nixpkgs-circt162": "nixpkgs-circt162", "nur-xin": "nur-xin" } }, diff --git a/npc/flake.nix b/npc/flake.nix index b101382..564efa0 100644 --- a/npc/flake.nix +++ b/npc/flake.nix @@ -1,6 +1,7 @@ { inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs-circt162.url = "github:NixOS/nixpkgs/7995cae3ad60e3d6931283d650d7f43d31aaa5c7"; flake-utils.url = "github:numtide/flake-utils"; nur-xin = { url = "git+https://git.xinyang.life/xin/nur.git"; @@ -38,7 +39,7 @@ cmake sbt nur.xin.nvboard - self.packages.${system}.circt + nixpkgs-circt162.legacyPackages.${system}.circt yosys ]; buildInputs = [