Skip to content

Instantly share code, notes, and snippets.

View rasmus-kirk's full-sized avatar
🧐

Rasmus Kirk rasmus-kirk

🧐
View GitHub Profile
@obfusk
obfusk / default.nix
Last active July 8, 2021 10:12
jiten for nixos | OUTDATED | jiten is now in nixpkgs (un)stable
{ nixpkgs ? import <nixpkgs> {} }:
with nixpkgs;
let
callPkg = lib.callPackageWith (nixpkgs // pkgs);
pkgs = rec {
jiten = callPkg (
{ lib
, fetchFromGitHub
, python3Packages
, makeWrapper