Skip to content

Instantly share code, notes, and snippets.

View requaos's full-sized avatar
🍱
<-- code

Neil requaos

🍱
<-- code
View GitHub Profile
@requaos
requaos / xps_9320.nix
Created October 3, 2023 15:16 — forked from notgne2/xps_9320.nix
It Just Works ™️
{
config,
pkgs,
lib,
inputs,
...
}: let
ipu6-camera-bin = with pkgs;
stdenv.mkDerivation rec {
pname = "ipu6-camera-bin";