From 2825a0087ad3c38828d2c864fd7e85d906513f5b Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Thu, 26 Feb 2026 11:18:59 +0100 Subject: [PATCH] Use wsl's main branch --- flake.lock | 16 ++++++++-------- flake.nix | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 4439c90..38dad75 100644 --- a/flake.lock +++ b/flake.lock @@ -104,16 +104,16 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1771562016, - "narHash": "sha256-inwX/56pWam4urjLpkhdarSsLUNgf0q0tHvJ5jeZEXo=", + "lastModified": 1771563879, + "narHash": "sha256-vA5hocvdGhr+jfBN7A7ogeZqIz2qx01EixXwdVsQcnE=", "owner": "nix-community", "repo": "NixOS-WSL", - "rev": "818599c8c2bd6dd1801bed5130067a141014bdd8", + "rev": "379d20c55f552e91fb9f3f0382e4a97d3f452943", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-24.11", + "ref": "main", "repo": "NixOS-WSL", "type": "github" } @@ -168,16 +168,16 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1751274312, - "narHash": "sha256-/bVBlRpECLVzjV19t5KMdMFWSwKLtb5RyXdjz3LJT+g=", + "lastModified": 1770019141, + "narHash": "sha256-VKS4ZLNx4PNrABoB0L8KUpc1fE7CLpQXQs985tGfaCU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "50ab793786d9de88ee30ec4e4c24fb4236fc2674", + "rev": "cb369ef2efd432b3cdf8622b0ffc0a97a02f3137", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.11", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index b9936ef..f2399ed 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ flake = false; }; llm-agents.url = "github:numtide/llm-agents.nix"; - nixos-wsl.url = "github:nix-community/NixOS-WSL/release-24.11"; + nixos-wsl.url = "github:nix-community/NixOS-WSL/main"; }; outputs =