Skip to content

Instantly share code, notes, and snippets.

View gshpychka's full-sized avatar
💭
🇺🇦

Glib Shpychka gshpychka

💭
🇺🇦
  • Kyiv, Ukraine
  • 11:47 (UTC +03:00)
View GitHub Profile
@gshpychka
gshpychka / derivation.nix
Created June 19, 2023 18:00
Swift derivation
with import <nixpkgs> { };
stdenv.mkDerivation rec {
name = "watchid-pam-extension-${version}";
src = fetchFromGitHub {
owner = "jnooree";
repo = "pam-watchid";
rev = "main";
sha256 = "Ni8yyn0dKO8N7SSOeYJMl2XI83chKbDbdpOMegx9k9k=";
};