mirror of
https://github.com/RGBCube/superfreq
synced 2025-07-27 17:07:44 +00:00
flake: overlays: add superfreq and default
This commit is contained in:
parent
6b1af5cbab
commit
08c51b6296
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@
|
|||
localSystem.system = system;
|
||||
});
|
||||
in {
|
||||
overlays = {
|
||||
superfreq = final: _: {
|
||||
superfreq = final.callPackage ./nix/package.nix {};
|
||||
};
|
||||
default = self.overlays.superfreq;
|
||||
};
|
||||
|
||||
packages = forAllSystems (system: {
|
||||
superfreq = pkgsForEach.${system}.callPackage ./nix/package.nix {};
|
||||
default = self.packages.${system}.superfreq;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue