mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-03-19 14:17:34 +01:00
try making overlay for python deps
This commit is contained in:
@@ -196,9 +196,15 @@
|
||||
inputs.dibbler.nixosModules.default
|
||||
inputs.worblehat.nixosModules.default
|
||||
];
|
||||
overlays = [
|
||||
overlays =
|
||||
[
|
||||
inputs.dibbler.overlays.default
|
||||
inputs.worblehat.overlays.default
|
||||
(final: prev: {
|
||||
inherit (nixpkgs-unstable.legacyPackages."x86_64-linux".pythonPackages) click;
|
||||
inherit (nixpkgs-unstable.legacyPackages."x86_64-linux".pythonPackages) alembic;
|
||||
inherit (nixpkgs-unstable.legacyPackages."x86_64-linux".pythonPackages) flask-admin;
|
||||
})
|
||||
];
|
||||
};
|
||||
shark = stableNixosConfig "shark" { };
|
||||
|
||||
Reference in New Issue
Block a user