Michael Livshin
Michael Livshin
> @cmm will you update the branch? I'll address the review comments later this week (I'm away at the moment).
regarding the head post: `git grep` has a `--recurse-submodules` flag. perhaps adding a `counsel-git-grep-recurse-submodules` defcustom would be a good idea? (an even (way) better idea would be, of course, a...
@Artturin this fails when you do `home-manager build --flake .#test`: ``` { inputs.home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; outputs = { self, nixpkgs, home-manager }: let...
see also #2942 FTR I still totally don't get how `nixpkgs.config.allowUnfree = true` worked before and (subsequently) how exactly did https://github.com/NixOS/nixpkgs/commit/1c49b81263858c69b932da05ae63a7767b308e74 break it
FWIW I see nothing particularly wrong with this way of specifying `pkgs`, or with the fact that it is a parameter. It's the same for NixOS, actually, the default is...
Still very much an issue, as flake devshells don't even seem to have any way to accept arguments
does the problem go away if you `sudo systemctl disable system76-scheduler` and reboot? easy to do, no "purging" of whatever involved. (FTR I don't know why you'd need something like...
A couple of days ago I got annoyed by skipping audio (and other desktop jank) under load just enough to bother doing some proper (FSVO) research and experimentation, and wrote...
would it be safe to run a non-forking instance of bees wrapped in `timeout(1)`? seems simpler than alarm tricks, unless I'm missing something (`timeout` uses SIGTERM by default, but it's...
there's nothing at all output to the journal when I open the popup, alas.