An open API service indexing awesome lists of open source software.

https://github.com/someoneserge/stable-flakes

Stabilize your Flakes with just one input
https://github.com/someoneserge/stable-flakes

ai cachix documentation flake-parts flake-schemas flakehub flakes flox hercules-ci-effects home-manager nix nix-darwin nix3 nixlang nixos nixos-flake nixos-mobile nixos-module nixpkgs replit

Last synced: 8 months ago
JSON representation

Stabilize your Flakes with just one input

Awesome Lists containing this project

README

          

`stable-flakes`
===============

Stabilize your Flakes with just one input!

Usage
-----

```nix
{
inputs.stable-flakes.url = "github:SomeoneSerge/stable-flakes";
outputs = { stable-flakes, nixpkgs, ... }:
{
inherit (stable-flakes) checks nixosModules;
legacyPackages = stable-flakes.lib.warn nixpkgs.legacyPackages;
flakeModules.foobar = stable-flakes.lib.error;
};
}
```