import the overlay in one more place
This commit is contained in:
parent
bb3c29c72c
commit
d6fa9f3806
|
@ -2,7 +2,9 @@
|
||||||
, supportedSystems ? [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ]
|
, supportedSystems ? [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ]
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
pkgs = import nixpkgs {};
|
pkgs = import nixpkgs {
|
||||||
|
overlays = [ (import ./nix/overlay.nix) ];
|
||||||
|
};
|
||||||
inherit (pkgs) lib;
|
inherit (pkgs) lib;
|
||||||
|
|
||||||
# An attrset of borgpkgs per supportedSystem:
|
# An attrset of borgpkgs per supportedSystem:
|
||||||
|
|
Loading…
Reference in a new issue