flake: Start switching to NixOS 25.05

This commit is contained in:
Felix Albrigtsen
2025-06-03 12:19:05 +02:00
committed by Felix Albrigtsen
parent 4f99ff9c1e
commit de319def43
4 changed files with 14 additions and 14 deletions

View File

@@ -2,14 +2,14 @@
description = "Felixalb System flake";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; # Remember to update ./common/auto-upgrade.nix
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; # Remember to update ./common/auto-upgrade.nix
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-2211.url = "https://github.com/NixOS/nixpkgs/archive/34bfa9403e42eece93d1a3740e9d8a02fceafbca.tar.gz"; # old nixpgks for e.g. remmina
nix-darwin.url = "github:lnl7/nix-darwin/nix-darwin-24.11";
nix-darwin.url = "github:lnl7/nix-darwin/nix-darwin-25.05";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = "github:nix-community/home-manager/release-24.11";
home-manager.url = "github:nix-community/home-manager/release-25.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
matrix-synapse-next.url = "github:dali99/nixos-matrix-modules/v0.6.0";
@@ -104,7 +104,7 @@
felixalbpc = normalSys "felixalbpc" { };
# Work laptop
felixalbpc = normalSys "fa-t14-2025" { };
fa-t14-2025 = normalSys "fa-t14-2025" { };
# Web host
malcolm = normalSys "malcolm" { };