File tree 5 files changed +8
-1
lines changed
5 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ import ( builtins . fetchTarball {
2
+ url = "https://github.com/edolstra/flake-compat/archive/12c64ca55c1014cdc1b16ed5a804aa8576601ff2.tar.gz" ;
3
+ sha256 = "0jm6nzb83wa6ai17ly9fzpqc40wg1viib8klq8lby54agpl213w5" ;
4
+ } )
Original file line number Diff line number Diff line change
1
+ ( import ./compat.nix { src = ./. ; } ) . defaultNix
Original file line number Diff line number Diff line change 59
59
generic = import ./nix/generic.nix { inherit version meta ; } ;
60
60
61
61
pythonComponents = [
62
- "vlsisapd" " hurricane" "crlcore" "flute" "etesian"
62
+ "hurricane" "crlcore" "flute" "etesian"
63
63
"anabatic" "katana" "bora" "katabatic" "kite"
64
64
"tutorial" "unicorn" "oroshi" "cumulus"
65
65
] ;
Original file line number Diff line number Diff line change @@ -9,5 +9,6 @@ let pkg =
9
9
pythonImportsCheck = [ "SPICE" "LIBERTY" "DTR" "Cfg" "CIF" "AGDS" ] ;
10
10
11
11
meta . license = lib . licenses . gpl2Plus ;
12
+ meta . broken = true ;
12
13
} ;
13
14
in generic pkg
Original file line number Diff line number Diff line change
1
+ ( import ./compat.nix { src = ./. ; } ) . shellNix
You can’t perform that action at this time.
0 commit comments