Skip to content

Commit 52f9a5f

Browse files
jhvstmtzguido
authored andcommitted
nix: allow extra flags to pulse
1 parent 742584d commit 52f9a5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@
125125
--include ./lib/pulse/lib/pulse \
126126
--include ./lib/pulse/lib/pulse/core \
127127
--include ./lib/pulse/lib/pulse/lib \
128-
--load_cmxs lib/pulse/pulse
128+
--load_cmxs lib/pulse/pulse \
129+
"$@"
129130
'';
130131
}
131132
];

0 commit comments

Comments
 (0)