mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-02 03:01:04 +02:00
build(nix): add luajit and lgi support
This commit is contained in:
parent
653d1d6aed
commit
a62010ee4f
3 changed files with 34 additions and 3 deletions
|
@ -106,9 +106,11 @@
|
|||
program = "${pkgs.ironbar}/bin/ironbar";
|
||||
};
|
||||
});
|
||||
|
||||
devShells = genSystems (system: let
|
||||
pkgs = pkgsFor system;
|
||||
rust = mkRustToolchain pkgs;
|
||||
|
||||
in {
|
||||
default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
|
@ -128,11 +130,15 @@
|
|||
gsettings-desktop-schemas
|
||||
libxkbcommon
|
||||
libpulseaudio
|
||||
luajit
|
||||
luajitPackages.lgi
|
||||
];
|
||||
|
||||
RUST_SRC_PATH = "${rust}/lib/rustlib/src/rust/library";
|
||||
};
|
||||
|
||||
});
|
||||
|
||||
homeManagerModules.default = {
|
||||
config,
|
||||
lib,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue