<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>flake</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/411/feed"/>
    <updated>2026-08-23T22:36:18+00:00</updated>
    <id>https://links.biapy.com/guest/tags/411/feed</id>
            <entry>
            <id>https://links.biapy.com/links/13718</id>
            <title type="text"><![CDATA[nixvim]]></title>
            <link rel="alternate" href="https://nix-community.github.io/nixvim/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13718"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Neovim configuration system for nix.

Nixvim is a Neovim distribution built around Nix modules. It is distributed as a Nix flake, and configured through Nix, all while leaving room for your plugins and your vimrc.

- [nixvim @ GitHub](https://github.com/nix-community/nixvim).]]>
            </summary>
            <updated>2026-08-23T06:46:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12537</id>
            <title type="text"><![CDATA[devshell]]></title>
            <link rel="alternate" href="https://numtide.github.io/devshell/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12537"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[like virtualenv, for every language.
 Per project developer environments.

The goal of this project is to simplify per-project developer environments.

Imagine, a new employee joins the company, or somebody transfers teams, or somebody wants to contribute to one of your Open Source projects. It should take them 10 minutes to clone the repo and get all of the development dependencies.

- [devshell @ GitHub](https://github.com/numtide/devshell).]]>
            </summary>
            <updated>2026-04-14T06:42:53+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12499</id>
            <title type="text"><![CDATA[import-tree]]></title>
            <link rel="alternate" href="https://import-tree.oeiuwq.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12499"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Recursively import Nix modules from a directory tree.

import-tree recursively discovers and imports Nix files from a directory tree. It works with NixOS, nix-darwin, home-manager, flake-parts, NixVim, and any Nix module system.

- [import-tree @ GitHub](https://github.com/vic/import-tree).

Related contents:

- [Elevate Your Nix Config With Dendritic Pattern @ Vimjoyer&amp;#039;s YouTube](https://www.youtube.com/watch?v=-TRbzkw6Hjs).]]>
            </summary>
            <updated>2026-04-10T06:41:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12471</id>
            <title type="text"><![CDATA[nix-direnv]]></title>
            <link rel="alternate" href="https://github.com/nix-community/nix-direnv" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12471"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A fast, persistent use_nix/use_flake implementation for direnv.

A faster, persistent implementation of direnv&amp;#039;s use_nix and use_flake, to replace the built-in one.]]>
            </summary>
            <updated>2026-04-09T05:52:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11740</id>
            <title type="text"><![CDATA[garnix]]></title>
            <link rel="alternate" href="https://garnix.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11740"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[the nix CI.

Click. Push. Done. Just install the garnix GitHub App, and push a flake.nix file to your repo. We’ll handle the rest, from building your software and running your tests, to provisioning and deploying your servers.

Related contents:

- [GitHub Actions Is Slowly Killing Your Engineering Team @ Ian Duncan](https://www.iankduncan.com/engineering/2026-02-05-github-actions-killing-your-team/).]]>
            </summary>
            <updated>2026-02-06T14:13:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10835</id>
            <title type="text"><![CDATA[Crane]]></title>
            <link rel="alternate" href="https://crane.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10835"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching. 

- [Crane @ GitHub](https://github.com/ipetkov/crane).]]>
            </summary>
            <updated>2025-10-31T08:58:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10753</id>
            <title type="text"><![CDATA[Flake Parts]]></title>
            <link rel="alternate" href="https://flake.parts/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10753"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[❄️ Simplify Nix Flakes with the module system.

flake-parts provides the options that represent standard flake attributes and establishes a way of working with system. Opinionated features are provided by an ecosystem of modules that you can import.

- [Flake Parts @ GitHub](https://github.com/hercules-ci/flake-parts).

Related contents:

- [Best Modular Nix Flake Framework | Break Your Flake Into Parts @ Vimjoyer&amp;#039;s YouTube](https://www.youtube.com/watch?v=kvprcW6QMIE).
- [Flake-parts: writing custom flake modules @ Personal blog of Vladimir Timofeenko](https://vtimofeenko.com/posts/flake-parts-writing-custom-flake-modules/).]]>
            </summary>
            <updated>2026-06-04T07:47:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/243</id>
            <title type="text"><![CDATA[Shoji-nix]]></title>
            <link rel="alternate" href="https://github.com/AdoPi/shoji-nix" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/243"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Bundle and save your SSH keys with Nix.
This flake provides a way to encrypt and bundle your SSH keys and SSH config in a readable format!

Shoji-Nix is a Nix flake designed to manage and securely store your SSH keys. With Shoji-Nix, you can bundle your SSH configuration and .ssh folder into a YAML file which can then be encrypted and saved in your repository.]]>
            </summary>
            <updated>2025-10-21T19:00:20+00:00</updated>
        </entry>
    </feed>
