fix hydra patches
This commit is contained in:
parent
a5a036c4f5
commit
2efba0828e
1 changed files with 3 additions and 3 deletions
|
@ -17,6 +17,9 @@ system: self: super: let
|
||||||
};
|
};
|
||||||
|
|
||||||
overlays = [
|
overlays = [
|
||||||
|
(getFlakeOverlay "attic" "default")
|
||||||
|
(getFlakeOverlay "hydra" "default")
|
||||||
|
(getFlakeOverlay "gomod2nix" "default")
|
||||||
(self: super: {
|
(self: super: {
|
||||||
akkoma = self.callPackage ./akkoma {};
|
akkoma = self.callPackage ./akkoma {};
|
||||||
pleroma-fe = self.callPackage ./akkoma/pleroma-fe {};
|
pleroma-fe = self.callPackage ./akkoma/pleroma-fe {};
|
||||||
|
@ -81,9 +84,6 @@ system: self: super: let
|
||||||
hydra-unstable = self.hydra;
|
hydra-unstable = self.hydra;
|
||||||
})
|
})
|
||||||
riscv-overlay
|
riscv-overlay
|
||||||
(getFlakeOverlay "attic" "default")
|
|
||||||
(getFlakeOverlay "hydra" "default")
|
|
||||||
(getFlakeOverlay "gomod2nix" "default")
|
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
super.lib.composeManyExtensions overlays self super
|
super.lib.composeManyExtensions overlays self super
|
||||||
|
|
Reference in a new issue