Skip to content

Commit

Permalink
Use klayout-gdsfactory from nix-eda
Browse files Browse the repository at this point in the history
  • Loading branch information
mole99 committed Sep 30, 2024
1 parent fef9bc0 commit d6d0def
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 233 deletions.
8 changes: 1 addition & 7 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
setuptools_scm,

# Tools
klayout,
klayout-gdsfactory,
magic-vlsi,
netgen,
volare,
Expand All @@ -33,14 +33,8 @@
pillow,
tkinter,
rich,
gdsfactory,
}: let

klayout-gdsfactory = klayout.withPythonPackages (ps:
with ps; [
gdsfactory
]);

self = buildPythonPackage rec {
pname = "cace";
format = "pyproject";
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
util: let
self = with util;
{
gdsfactory = callPythonPackage ./nix/gdsfactory.nix {};
colab-env = callPackage ./nix/colab-env.nix {};
cace = callPythonPackage ./default.nix {};
default = self.cace;
Expand Down
222 changes: 0 additions & 222 deletions nix/gdsfactory.nix

This file was deleted.

0 comments on commit d6d0def

Please sign in to comment.