1
1
Fork 1
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:
oddlama 2024-06-26 02:32:28 +02:00
parent 976ebbe755
commit 84df858188
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 56 additions and 62 deletions

View file

@ -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