mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 11:05:58 +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 {
|
in {
|
||||||
packages = genSystems (system: {
|
packages = genSystems (system: {
|
||||||
wlroots = pkgsFor.${system}.wlroots.overrideAttrs (prev: {
|
wlroots = pkgsFor.${system}.wlroots.overrideAttrs (prev: {
|
||||||
|
version = inputs.wlroots.lastModifiedDate;
|
||||||
src = inputs.wlroots;
|
src = inputs.wlroots;
|
||||||
});
|
});
|
||||||
default = pkgsFor.${system}.callPackage ./default.nix {
|
default = pkgsFor.${system}.callPackage ./default.nix {
|
||||||
|
@ -30,5 +31,8 @@
|
||||||
inherit (self.packages.${system}) wlroots;
|
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