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
- Host: GitHub
- URL: https://github.com/someoneserge/stable-flakes
- Owner: SomeoneSerge
- License: other
- Created: 2025-10-05T19:36:32.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-10-05T21:22:57.000Z (9 months ago)
- Last Synced: 2025-10-05T21:24:00.143Z (9 months ago)
- Topics: 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
- Language: Nix
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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;
};
}
```