Results 351 comments of Samuel Ainsworth

This is fixed in https://github.com/NixOS/nixpkgs/pull/158218.

Solution is to do `sg.create(name='testing123', content='hello world', public="true")` which doesn't make much sense

I'll add that this behavior recently really tripped me up. I'm writing a CLI app so it immediately exits after "setting" the clipboard. It's highly unintuitive to have it all...

> I invoke xclip/xsel directly on Linux systems Ditto. This is exactly the same as my current solution. ```rust use std::io::Write; use std::process::{Command, Stdio}; pub fn write(s: &str) -> Option...

I proposed a fix to the README here: https://github.com/aweinstock314/rust-clipboard/pull/69

See also https://github.com/aweinstock314/rust-clipboard/issues/67.

Hmm interesting... Looks to be a dup of https://github.com/samuela/nixos-up/issues/9 which was once resolved in https://github.com/samuela/nixos-up/issues/11. This seemed to have been resolved upstream so I removed the workaround from nixos-up since...

Also at one point I tried to do a home-manager "standalone" install instead of the NixOS system configuration install (see https://github.com/nix-community/home-manager#installation). This involved running the install commands inside `nixos-enter`. However...

Mmm, yes this would definitely be nice to have. I haven't had to install nixos on a dual boot machine before, but it's probably much more common than the full...

I don't have a need for this atm, so it's not on my TODO list but I'd be happy to accept a PR. Here's what I think needs to happen:...