add flake default overlay
This commit is contained in:
parent
87f643c740
commit
a0d5f39e02
1 changed files with 5 additions and 1 deletions
|
@ -55,6 +55,10 @@
|
||||||
# The default package for 'nix build'. This makes sense if the
|
# The default package for 'nix build'. This makes sense if the
|
||||||
# flake provides only one package or there is a clear "main"
|
# flake provides only one package or there is a clear "main"
|
||||||
# package.
|
# package.
|
||||||
defaultPackage = forAllSystems (system: self.packages.${system}.waybar-kb);
|
#defaultPackage = forAllSystems (system: self.packages.${system}.waybar-kb);
|
||||||
|
|
||||||
|
overlays.default = (final: prev: {
|
||||||
|
waybar-kb = self.packages.${prev.system}.waybar-kb;
|
||||||
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue