2
0
Fork 0

Add static overlay to legacyPackages

This commit is contained in:
Emery Hemingway 2020-12-18 11:31:34 +01:00
parent e556b6b949
commit bfe3fe0ff0
1 changed files with 3 additions and 1 deletions

View File

@ -41,7 +41,9 @@
if localSystem == crossSystem then
import nixpkgs {
inherit system;
overlays = [ self.overlay ];
overlays = [
(import "${nixpkgs}/pkgs/top-level/static.nix")
self.overlay ];
}
else
import nixpkgs {