Working to actually create an iced lumina
This commit is contained in:
parent
0121dfa8f3
commit
084ce2fc32
8 changed files with 3928 additions and 674 deletions
11
flake.nix
11
flake.nix
|
@ -38,7 +38,7 @@
|
|||
pkg-config
|
||||
];
|
||||
|
||||
bi = [
|
||||
bi = with pkgs; [
|
||||
gcc
|
||||
stdenv
|
||||
gnumake
|
||||
|
@ -61,6 +61,15 @@
|
|||
devShell = pkgs.mkShell {
|
||||
nativeBuildInputs = nbi;
|
||||
buildInputs = bi;
|
||||
LD_LIBRARY_PATH = "$LD_LIBRARY_PATH:${
|
||||
with pkgs;
|
||||
pkgs.lib.makeLibraryPath [
|
||||
pkgs.vulkan-loader
|
||||
pkgs.wayland
|
||||
pkgs.wayland-protocols
|
||||
pkgs.libxkbcommon
|
||||
]
|
||||
}";
|
||||
};
|
||||
defaultPackage = naersk'.buildPackage {
|
||||
src = ./.;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue