Matthieu Coudron
Matthieu Coudron
in my experience, these kinds of forced checks dont survive in the wild and so forcing the warning on the user without recourse is hard on the user. I dont...
Thanks for answering > It is really useful for our and third-party engineering to have this warning. The amount of times people used to get tripped up by out of...
@voidus ty I've used that with success. A bit weird but well sometimes u gotta hack your way around hacks :)
was going to open a ticket for this :D and unicode like :UnicodeTable https://github.com/chrisbra/unicode.vim
running that command: ``` ./dev-shell --arg p "(p: [ (p.callPackage ~/nixops-libvirtd/release.nix {})])" trace: Using plugins: ["/nix/store/5fz5viaigvdkrad0qcwv5dx9ki74v48b-nixops-libvirtd"] ``` doesn't run libvirtd in develop mode, so I have to rerun the command...
I've updated to nixops master (not used for the past 6 months ) and `./dev-shell --arg p "(p: [ (p.callPackage /home/teto/nixops-libvirtd/release.nix {})])"` seems ineffective ? what's the new way ?...
I haven't used nixops the past year but would like to do it again and yes it lacks instructions, Can we add a flake.nix to the repo ? is it...
You could try this PR https://github.com/NixOS/nixops/pull/922. I had to modify a few things to make it more reliable
I am trying to dive in in nixops again after 2/3 years again, the AWS plugin for work (used to use libvirtd) and even though I have some experience with...
I am kind of in the same boat as you so it's just a guess but probably you should use `nixops.packages."${system}".nixops-aws # nixops with plugins` from ` nixops.url = "github:lukebfox/nixops-plugged";`...