import the overlay in one more place

This commit is contained in:
Graham Christensen 2020-05-19 23:07:27 -04:00
parent bb3c29c72c
commit d6fa9f3806
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -2,7 +2,9 @@
, supportedSystems ? [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ]
}:
let
pkgs = import nixpkgs {};
pkgs = import nixpkgs {
overlays = [ (import ./nix/overlay.nix) ];
};
inherit (pkgs) lib;
# An attrset of borgpkgs per supportedSystem: