update nix-wsl to follow nixpkgs

This commit is contained in:
michal 2025-11-07 12:07:50 +00:00
parent a4b7f28d8e
commit bf2f3f7afb
2 changed files with 8 additions and 19 deletions

View file

@ -1,7 +1,10 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
nixos-wsl = {
url = "github:nix-community/NixOS-WSL/main";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, nixos-wsl, ... }: {