Skip to content

Instantly share code, notes, and snippets.

View cipharius's full-sized avatar

Valts Liepiņš cipharius

  • Latvia
  • 14:15 (UTC +03:00)
View GitHub Profile
@cipharius
cipharius / Arcan.nix
Last active May 1, 2021 11:43 — forked from egasimus/Arcan.nix
Building Arcan on NixOS, 2021 version
({ lib, newScope, stdenv, pkgs }: let
# nicer aliases
derive = stdenv.mkDerivation;
concat = builtins.concatStringsSep " ";
# vendored libuvc: don't build, just make sources available
libuvc-src = derive {
name = "libuvc-src";
# using fetchgit instead fetchFromGitHub because