add stable nixpkgs to flake registry
This commit is contained in:
parent
cc0229578f
commit
2317eda5d3
3 changed files with 21 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue