<rodrigo_>
Hi I was trying configure one udev rule in nixos, but I can't make work, this rule have a run clausule, after run nixos-rebuild return this error message: '/bin/usbip_printer is called in udev rules but is not executable or does not exist'
<qyliss>
rodrigo_: I think you're looking for #nixos :)
<rodrigo_>
o sorry I think was correlated
<rodrigo_>
thanks for the warning.
<MichaelRaskin>
Related, but for different parts of the stack
<rodrigo_>
oh right, I got it.
rodrigo_ has quit [Quit: Leaving]
ddellacosta has quit [Quit: WeeChat 2.2]
ddellacosta has joined #nix-lang
ddellacosta has quit [Ping timeout: 272 seconds]
hmpffff has joined #nix-lang
__monty__ has joined #nix-lang
hmpffff has quit [Quit: nchrrrr…]
hmpffff has joined #nix-lang
tilpner_ has joined #nix-lang
tilpner has quit [Ping timeout: 256 seconds]
tilpner_ is now known as tilpner
hmpffff has quit [Quit: nchrrrr…]
hmpffff has joined #nix-lang
hmpffff has quit [Client Quit]
hmpffff has joined #nix-lang
<puck>
> let test = a: if builtins.isFunction a then builtins.functionArgs a else null; in test (a: a)
<{^_^}>
{ }
<puck>
> let test = a: if builtins.isFunction a then builtins.functionArgs a else null; in test builtins.isFunction
<{^_^}>
'functionArgs' requires a function, at (string):312:45