Skip to content

Commit

Permalink
adding default overlay in nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandimitrov8080 committed Apr 21, 2024
1 parent 33a8d46 commit b1fa0b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,10 @@
buildInputs = with pkgs; [ udev ];
};
});
overlays = nixpkgs.lib.genAttrs targetSystems (system: {
default = final: prev: {
swhkd = self.packages.${system}.default;
};
});
};
}

0 comments on commit b1fa0b9

Please sign in to comment.