mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 23:25:59 +01:00
nix: misc tweaks to flake
This commit is contained in:
parent
c02e163591
commit
c7dc0fd509
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
in {
|
||||
packages = genSystems (system: {
|
||||
wlroots = pkgsFor.${system}.wlroots.overrideAttrs (prev: {
|
||||
version = inputs.wlroots.lastModifiedDate;
|
||||
src = inputs.wlroots;
|
||||
});
|
||||
default = pkgsFor.${system}.callPackage ./default.nix {
|
||||
|
@ -30,5 +31,8 @@
|
|||
inherit (self.packages.${system}) wlroots;
|
||||
};
|
||||
});
|
||||
formatter = genSystems (system: pkgsFor.${system}.alejandra);
|
||||
# TODO Provide a nixos module for easy installation
|
||||
# nixosModules.default = import ./module.nix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue