Skip to content

Commit 0f66968

Browse files
committed
nix: add compatibility files
1 parent 3072c54 commit 0f66968

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

compat.nix

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import (builtins.fetchTarball {
2+
url = "https://github.com/edolstra/flake-compat/archive/12c64ca55c1014cdc1b16ed5a804aa8576601ff2.tar.gz";
3+
sha256 = "0jm6nzb83wa6ai17ly9fzpqc40wg1viib8klq8lby54agpl213w5";
4+
})

default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(import ./compat.nix { src = ./.; }).defaultNix

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
generic = import ./nix/generic.nix { inherit version meta; };
6060

6161
pythonComponents = [
62-
"vlsisapd" "hurricane" "crlcore" "flute" "etesian"
62+
"hurricane" "crlcore" "flute" "etesian"
6363
"anabatic" "katana" "bora" "katabatic" "kite"
6464
"tutorial" "unicorn" "oroshi" "cumulus"
6565
];

nix/vlsisapd.nix

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ let pkg =
99
pythonImportsCheck = [ "SPICE" "LIBERTY" "DTR" "Cfg" "CIF" "AGDS" ];
1010

1111
meta.license = lib.licenses.gpl2Plus;
12+
meta.broken = true;
1213
};
1314
in generic pkg

shell.nix

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(import ./compat.nix { src = ./.; }).shellNix

0 commit comments

Comments
 (0)