flake: Start switching to NixOS 25.05
This commit is contained in:
@@ -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" { };
|
||||
|
||||
Reference in New Issue
Block a user