upgrade to nixos 25.11
- thefuck has been removed, use pay-repects instead - 'glxinfo' has been renamed to/replaced by 'mesa-demos' - options have been moved out of the 'xserver' namespace - use default mesa drivers, remove amdvlk - systemd global config has been moved and is not string-based anymore - git settings have been moved to sub-attrset - ssh default options generate a warning now but are not needed -> disable - unpin nixpkgs version for servicepoint flakes
This commit is contained in:
parent
9a5fd746e4
commit
417d65062b
12 changed files with 89 additions and 62 deletions
12
flake.nix
12
flake.nix
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-25.05";
|
||||
url = "github:nix-community/home-manager/release-25.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
@ -41,7 +41,8 @@
|
|||
servicepoint-cli = {
|
||||
url = "git+https://git.berlin.ccc.de/servicepoint/servicepoint-cli.git";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
# TODO: update flake to 25.11
|
||||
# nixpkgs.follows = "nixpkgs";
|
||||
naersk.follows = "naersk";
|
||||
nix-filter.follows = "nix-filter";
|
||||
};
|
||||
|
|
@ -49,7 +50,8 @@
|
|||
servicepoint-simulator = {
|
||||
url = "git+https://git.berlin.ccc.de/servicepoint/servicepoint-simulator.git";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
# TODO: update flake to 25.11
|
||||
# nixpkgs.follows = "nixpkgs";
|
||||
naersk.follows = "naersk";
|
||||
nix-filter.follows = "nix-filter";
|
||||
};
|
||||
|
|
@ -59,7 +61,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
stylix = {
|
||||
url = "github:nix-community/stylix/release-25.05";
|
||||
url = "github:nix-community/stylix/release-25.11";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
nur.follows = "nur";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue