Skip to content

Commit 6ded8ff

Browse files
doprzkavishdevar
authored andcommitted
feat(nix): add comprehensive Nix flake for linux-rust
1 parent 376c542 commit 6ded8ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

flake.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
libpulseaudio
4040
alsa-lib
4141
bluez
42+
4243
# https://github.com/max-privatevoid/iced/blob/master/DEPENDENCIES.md
4344
expat
4445
fontconfig
@@ -78,7 +79,7 @@
7879
inherit buildInputs nativeBuildInputs src;
7980
strictDeps = true;
8081

81-
RUST_BACKTRACE = "1";
82+
# RUST_BACKTRACE = "1";
8283
};
8384

8485
librepods = craneLib.buildPackage (
@@ -106,9 +107,9 @@
106107
);
107108
in
108109
{
109-
# checks = {
110-
# inherit librepods;
111-
# };
110+
checks = {
111+
inherit librepods;
112+
};
112113

113114
packages.default = librepods;
114115
apps.default = {
@@ -128,7 +129,6 @@
128129
]
129130
++ buildInputs;
130131

131-
# LD_LIBRARY_PATH = builtins.foldl' (a: b: "${a}:${b}/lib") "${pkgs.vulkan-loader}/lib" buildInputs;
132132
LD_LIBRARY_PATH = lib.makeLibraryPath buildInputs;
133133
};
134134

0 commit comments

Comments
 (0)