From c8c85ecee3d43c839f44046e7ac3bd41e6922d20 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sat, 14 Jun 2025 21:18:22 -0400 Subject: [PATCH] Upgrade nixos to 25.05 --- devshells/markdown.nix | 3 ++- flake.lock | 16 ++++++++-------- flake.nix | 4 ++-- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/devshells/markdown.nix b/devshells/markdown.nix index d0757ab..70cf92e 100644 --- a/devshells/markdown.nix +++ b/devshells/markdown.nix @@ -16,7 +16,8 @@ with ps; [ mdformat mdformat-gfm - mdformat-gfm-alerts + # TODO: Broken? + # mdformat-gfm-alerts mdformat-tables mdformat-footnote pygments diff --git a/flake.lock b/flake.lock index 4250985..78483bb 100644 --- a/flake.lock +++ b/flake.lock @@ -92,16 +92,16 @@ ] }, "locked": { - "lastModified": 1747688870, - "narHash": "sha256-ypL9WAZfmJr5V70jEVzqGjjQzF0uCkz+AFQF7n9NmNc=", + "lastModified": 1749154018, + "narHash": "sha256-gjN3j7joRvT3a8Zgcylnd4NFsnXeDBumqiu4HmY1RIg=", "owner": "nix-community", "repo": "home-manager", - "rev": "d5f1f641b289553927b3801580598d200a501863", + "rev": "7aae0ee71a17b19708b93b3ed448a1a0952bf111", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-24.11", + "ref": "release-25.05", "repo": "home-manager", "type": "github" } @@ -242,16 +242,16 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1749668643, - "narHash": "sha256-gaWJEWGBW/g1u6o5IM4Un0vluv86cigLuBnjsKILffc=", + "lastModified": 1749727998, + "narHash": "sha256-mHv/yeUbmL91/TvV95p+mBVahm9mdQMJoqaTVTALaFw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1965fd20a39c8e441746bee66d550af78f0c0a7b", + "rev": "fd487183437963a59ba763c0cc4f27e3447dd6dd", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.11", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 273d5b1..8e50eb7 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { flake-parts.url = "github:hercules-ci/flake-parts"; - nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; nixos-wsl.url = "github:nix-community/NixOS-WSL/main"; lix-module = { @@ -11,7 +11,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; home-manager = { - url = "github:nix-community/home-manager/release-24.11"; + url = "github:nix-community/home-manager/release-25.05"; inputs.nixpkgs.follows = "nixpkgs"; }; devshell.url = "github:numtide/devshell";