From fb88bd8c557aa82ee721c431051191900ce68497 Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Tue, 27 May 2025 21:59:24 +0300 Subject: [PATCH] Update to NixOS 25.05 Remove typst-lsp as it is removed from nixpkgs. --- flake.nix | 4 ++-- modules/typesetting.nix | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index c48f0f9..7b0b820 100644 --- a/flake.nix +++ b/flake.nix @@ -3,10 +3,10 @@ inputs = { nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; - nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; nixos-hardware.url = "github:NixOS/nixos-hardware/master"; home-manager = { - url = "github:nix-community/home-manager/release-24.11"; + url = "github:nix-community/home-manager/release-25.05"; inputs.nixpkgs.follows = "nixpkgs"; }; auto-cpufreq = { diff --git a/modules/typesetting.nix b/modules/typesetting.nix index 61bdc7d..56ba34e 100644 --- a/modules/typesetting.nix +++ b/modules/typesetting.nix @@ -5,7 +5,6 @@ }: { environment.systemPackages = with pkgs; [ typst - typst-lsp typstfmt texliveFull