File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 11# Overlay for Nixpkgs which holds all opsqueue related packages.
22final : prev :
33let
4- sources = import ./sources.nix ;
5- pythonOverlay = import ./python-overlay.nix { inherit sources ; } ;
4+ pythonOverlay = import ./python-overlay.nix ;
65in
76{
8- # Placing the sources in the overlay gives all packages access to the sources,
9- # and it makes it possible to override them in new overlays.
10- sources = if prev ? sources then prev . sources // sources else sources ;
11-
127 opsqueue = final . callPackage ../opsqueue/opsqueue.nix { } ;
138
149 # The explicit choice is made not to override `python312`, as this will cause a rebuild of many
Original file line number Diff line number Diff line change 1- {
2- sources ? import ./sources.nix ,
3- } :
41final : prev : {
52 opsqueue_python = final . callPackage ../libs/opsqueue_python/opsqueue_python.nix { } ;
63}
You can’t perform that action at this time.
0 commit comments