mexisme

Results 32 comments of mexisme

Thanks, @contentfree, that looks like a smarter way forward.

> Is it possible to build the kernel locally from inside the nixos-hardware repository? @stigtsp > > this didn't work > > ``` > nix-build -E "(import {}).callPackage ./microsoft/surface/common/kernel/linux-pac >...

I'll try to build + test this on my Surface Go tonight (GMT+12)

As a first step, you may want to create an Exception object that encapsulates the return codes, and implement helper methods that allow it to be used in-place throughout your...

Is https://github.com/pkg/errors/issues/188 related to this? As it looks like related PR https://github.com/pkg/errors/pull/183 has just been merged.

If I can't easily change the key-binding, I'd really like to be able to disable git-flow altogether.

Hi @damianoognissanti, I don't have access to a Surface Book, so might need some help. For me, on a Surface Go 1, better driver support took a while ;-) ....

> > * The [feature-matrix](https://github.com/linux-surface/linux-surface/wiki/Camera-Support) suggests it's the same chipset as Surface Go? > > Looking at [module-ids-and-sensor-mappings](https://github.com/linux-surface/linux-surface/wiki/Camera-Support#module-ids-and-sensor-mappings) the modules seem to be different even though the cameras use the...

> Correction, the OEM-kernel detects all cameras on Linux Mint, but they don't work unless the linux-surface kernel is installed. In NixOS they aren't even detected at all. I will...

> I just realized all kernel configs in `patches.nix` have the `CONFIG_` prefix, which they [shouldn't](https://nixos.wiki/wiki/Linux_kernel) . > > I have made a local copy of the `microsoft` folder now...