2
0
Fork 0

WiP! remove static overlay

This commit is contained in:
Ehmry - 2020-12-19 15:21:43 +01:00
parent 56c6b14dc9
commit 5e997da9d9
1 changed files with 1 additions and 3 deletions

View File

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