add stable nixpkgs to flake registry

This commit is contained in:
Henri Dohmen 2026-04-11 15:49:35 +02:00
parent cc0229578f
commit 2317eda5d3
3 changed files with 21 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
colmena = {
url = "github:zhaofengli/colmena";
@ -42,6 +43,7 @@
home-manager,
lanzaboote,
nixos-hardware,
nixpkgs-stable,
nixpkgs,
simple-nixos-mailserver,
vscode-extensions,