Skip to content

Commit 978fa0f

Browse files
committed
hotfix: fix nix, take 2
update nix-eda to use unified antlr 4.9 runtime
1 parent 1898173 commit 978fa0f

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Sources/Fault/Entries/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Foundation
2121
import PythonKit
2222
import Yams
2323

24-
let VERSION = "0.9.1"
24+
let VERSION = "0.9.2"
2525

2626
var env = ProcessInfo.processInfo.environment
2727
let iverilogBase = env["FAULT_IVL_BASE"]

flake.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
inputs = {
3-
nix-eda.url = github:efabless/nix-eda;
3+
nix-eda.url = github:fossi-foundation/nix-eda/2.1.2;
44
quaigh = {
55
url = github:coloquinte/quaigh;
66
inputs.nixpkgs.follows = "nix-eda/nixpkgs";

0 commit comments

Comments
 (0)