feat(branding): update logo, adopt NixOS 26.05 release across flake and installer
Test NaxOS Module Configurations / test-modules (push) Failing after 46s

This commit is contained in:
Lukas Holzner
2026-09-04 13:33:13 +02:00
parent 88dab86a24
commit 27a48795d8
15 changed files with 89 additions and 11 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
description = "NaxOS: Declarative, Appliance-Like NixOS- & ZFS-Based Network Attached Storage";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
};