hqurve

Results 6 comments of hqurve

@SkyWriter @ronjouch Given that ncp is no longer being maintained (7 years), perhaps you can replace it with fs-extra (https://github.com/jprichardson/node-fs-extra). I believe that it fixes the issue and is a...

@sifat06 see PR https://github.com/NixOS/nixpkgs/pull/181871. Also, if you are open to it, would it be possible to add the `Cargo.lock` to `riti` and bump the submodule?

Thanks. But I think that might be a bit excessive since just having the Cargo.lock file would tell `cargo` the exact version (and hash) of each dependency to use while...

No problem. You should just have to add the Cargo.lock file and the default.nix file to some directory and reference it in your config file. For example, you can have...

Sorry, I just added the package and launched the executable without fully knowing how it should be integrated. But the nixos wiki has a [good article on using ibus](https://nixos.wiki/wiki/IBus). In...

@paulvictor Do you mind explaining in more detail what you did which allowed the build to run? Currently, Im trying to build nativefier from the github repo (not npm) and...