mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: remove deprecated configuration
This commit is contained in:
parent
976ebbe755
commit
84df858188
7 changed files with 56 additions and 62 deletions
|
@ -33,13 +33,13 @@
|
|||
wrapProgram $out/bin/nvim --add-flags "--clean"
|
||||
'';
|
||||
});
|
||||
pythonPackagesExtensions =
|
||||
prev.pythonPackagesExtensions
|
||||
++ [
|
||||
(pythonFinal: _pythonPrev: {
|
||||
jaxlib = pythonFinal.callPackage ./jaxlib.nix {};
|
||||
})
|
||||
];
|
||||
#pythonPackagesExtensions =
|
||||
# prev.pythonPackagesExtensions
|
||||
# ++ [
|
||||
# (pythonFinal: _pythonPrev: {
|
||||
# jaxlib = pythonFinal.callPackage ./jaxlib.nix {};
|
||||
# })
|
||||
# ];
|
||||
|
||||
formats =
|
||||
prev.formats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue