nix: add compatibility files

This commit is contained in:
Las Safin 2021-10-26 22:27:24 +00:00
parent 3072c548cd
commit 0f66968a9c
No known key found for this signature in database
GPG Key ID: E7FA928911B61ED6
5 changed files with 8 additions and 1 deletions

4
compat.nix Normal file
View File

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

1
default.nix Normal file
View File

@ -0,0 +1 @@
(import ./compat.nix { src = ./.; }).defaultNix

View File

@ -59,7 +59,7 @@
generic = import ./nix/generic.nix { inherit version meta; };
pythonComponents = [
"vlsisapd" "hurricane" "crlcore" "flute" "etesian"
"hurricane" "crlcore" "flute" "etesian"
"anabatic" "katana" "bora" "katabatic" "kite"
"tutorial" "unicorn" "oroshi" "cumulus"
];

View File

@ -9,5 +9,6 @@ let pkg =
pythonImportsCheck = [ "SPICE" "LIBERTY" "DTR" "Cfg" "CIF" "AGDS" ];
meta.license = lib.licenses.gpl2Plus;
meta.broken = true;
};
in generic pkg

1
shell.nix Normal file
View File

@ -0,0 +1 @@
(import ./compat.nix { src = ./.; }).shellNix