Skip to content

Instantly share code, notes, and snippets.

@voland62
voland62 / skim.nix
Created February 3, 2022 10:22
Training derivation to build skim util tool.
with import <nixpkgs> {};
rustPlatform.buildRustPackage rec {
pname = "my-skim";
version = "1.2.3";
src = fetchFromGitHub {
owner = "lotabout";
repo = "skim";
rev = "v0.9.4";
@voland62
voland62 / test.md
Created February 20, 2016 14:28
Пробный гист

Это мой первый тестовый гист.