Use Nixpkgs with Alliance
This commit is contained in:
parent
979f97df2f
commit
78db672549
12
flake.lock
12
flake.lock
|
@ -18,16 +18,16 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1628776130,
|
"lastModified": 1630612789,
|
||||||
"narHash": "sha256-EyzdilgzoO8YCgck1lkOF1Bp+QVEazJBtuG5GkVY6xg=",
|
"narHash": "sha256-f1q5ExkMX2CBqBcRmrlnpewADt3EjhyncP/PfwUhK/Q=",
|
||||||
"owner": "NixOS",
|
"owner": "L-as",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "ad6e733d633802620b5eec9be91e837973eac18a",
|
"rev": "11f9ff27bc66bf653ccbbfae1412e6f5705e4a5c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "L-as",
|
||||||
"ref": "nixos-21.05",
|
"ref": "alliance",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
description = "Coriolis is a free database, placement tool and routing tool for VLSI design.";
|
description = "Coriolis is a free database, placement tool and routing tool for VLSI design.";
|
||||||
|
|
||||||
# Nixpkgs / NixOS version to use.
|
# Nixpkgs / NixOS version to use.
|
||||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-21.05";
|
inputs.nixpkgs.url = "github:L-as/nixpkgs?ref=alliance"; # for alliance
|
||||||
inputs.alliance-check-toolkit.url = "git+https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git";
|
inputs.alliance-check-toolkit.url = "git+https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git";
|
||||||
inputs.alliance-check-toolkit.flake = false;
|
inputs.alliance-check-toolkit.flake = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue