summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorfpi2024-03-29 13:42:50 +0100
committerfpi2024-03-29 14:27:46 +0100
commitdea1f83cc2710dcdbe32ca24f3d02d80b60032d5 (patch)
treec1e8c45f9c0b8e3863b5f60c4c0e28411312e4ae /flake.lock
parentAdd cicsim (diff)
Add netgen
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock17
1 files changed, 17 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 2d3b53b..2f69647 100644
--- a/flake.lock
+++ b/flake.lock
@@ -128,6 +128,22 @@
"type": "github"
}
},
+ "netgen": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1709605569,
+ "narHash": "sha256-ANyKOJpmeNI47MkUolqx9k3sGfiWTqYg0zi9JqTDLSI=",
+ "ref": "refs/heads/master",
+ "rev": "035fef5c724b32d86ffd66361212db9719eac54a",
+ "revCount": 559,
+ "type": "git",
+ "url": "git://opencircuitdesign.com/netgen"
+ },
+ "original": {
+ "type": "git",
+ "url": "git://opencircuitdesign.com/netgen"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1711523803,
@@ -174,6 +190,7 @@
"root": {
"inputs": {
"cicsim": "cicsim",
+ "netgen": "netgen",
"nixpkgs": "nixpkgs",
"open_pdks": "open_pdks"
}