truesilver92
truesilver92
@zhixing2017 Looking at the elisp here on line 304 the `:host` is set to `'local` which, from the documentation [here](https://www.gnu.org/software/emacs/manual/html_node/elisp/Network-Processes.html) means that it is only trying to connect to your...
My current thinking is that adding the package manually using my `~/.config/nixpkgs/config.nix` file may be a way to do it. It seems more tedious, but if it works then it...
Same question [here](https://superuser.com/questions/1555308/nixpkgs-how-to-specify-to-stick-with-a-provider)
I think that the part in ()'s is the attribute path, but how do you get `nix-env -u` to stick with a specific attribute path?
At the time I was unable to find a version compatible with 1.49 or 1.49.1. I still can't, but I found a different release of vscode to use (codium). I...
not using regular expressions, but using glob syntax from main [readme](https://github.com/vladshcherbin/rollup-plugin-copy#glob-negated-patterns)
@akauppi I am trying the same thing with systemjs, but I am having an error where `createVNode` is used all over the place in my bundle (from what I can...
I was able to solve the issue by switching to [rollup-plugin-vue2](https://github.com/thgh/rollup-plugin-vue2)
From my reading sadly the attribute path is not used as part of the logic in nix for doing updates. I remember reading an issue where they were discussing adding...
https://github.com/NixOS/nix/issues/3283