mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-16 06:31:29 +00:00
flake: fix missing cxxopts submodule
This commit is contained in:
parent
012ddc2f1e
commit
9e7007b060
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
|
self.submodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, flake-utils }:
|
outputs = { self, nixpkgs, flake-utils }:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue