Alexander Bantyev

Results 45 issues of Alexander Bantyev

(hopefully) Improve the Nix documentation for both beginners and advanced Nix users. Feedback welcome. Rendered doc: https://github.com/MinaProtocol/mina/blob/update-nix-readme/nix/README.md

ci-build-me
Tweag

Consider the following document: ```markdown --- header-includes: - \usepackage[outputdir=/tmp/pandoc]{minted} --- # Hello world ## foo ~~~~~~~ foo bar ~~~~~~~ ------ ~~~~~~~ baz goo ~~~~~~~ ``` When compiled to beamer pdf...

filter:minted

It would be nice if dependencies for this applet were more clear. I am trying to package this for NixOS, and it's not a good practice for a package to...

This PR makes this extension work in NixOS, and presumably makes it work in any distro without installation. If user doesn't want to get prompted for every time they change...

Hummus can be made from dry chickpeas, which are cheaper and more commonly available than canned ones. Add instructions for that.

Add wayland clipboard support. This is currently not ready for merge, since the wayland PR to `clipboard` itself is stale, the `match` expression used to provide the correct context is...

# Motivation Add functionality to manage POSIX ACLs (access control lists) on Nix store paths (including `.drv` files) and derivation build logs. In particular: + Adds a `nix store access`...

documentation
new-cli
with-tests
store

I think there should be a warning saying that magic_rollback doesn't work with dry-activate or boot _Originally posted by @balsoft in https://github.com/serokell/deploy-rs/pull/176#discussion_r1058980156_

Images in the README look like they could be clickable and lead to the corresponding documentation. Make it so.

Document that you need to have the kernel as a dependency if you're using `projectDir`. Figured this out with @GuillaumeDesforges