configurations for my servers and desktops
nix nixos flake dots dotfiles

chore: actually remove wsl

+1 -54
+1 -53
flake.lock
··· 81 81 "type": "github" 82 82 } 83 83 }, 84 - "flake-compat_2": { 85 - "flake": false, 86 - "locked": { 87 - "lastModified": 1765121682, 88 - "narHash": "sha256-4VBOP18BFeiPkyhy9o4ssBNQEvfvv1kXkasAYd0+rrA=", 89 - "owner": "edolstra", 90 - "repo": "flake-compat", 91 - "rev": "65f23138d8d09a92e30f1e5c87611b23ef451bf3", 92 - "type": "github" 93 - }, 94 - "original": { 95 - "owner": "edolstra", 96 - "repo": "flake-compat", 97 - "type": "github" 98 - } 99 - }, 100 84 "flake-parts": { 101 85 "inputs": { 102 86 "nixpkgs-lib": "nixpkgs-lib" ··· 240 224 "type": "github" 241 225 } 242 226 }, 243 - "nixos-wsl": { 244 - "inputs": { 245 - "flake-compat": "flake-compat_2", 246 - "nixpkgs": "nixpkgs_6" 247 - }, 248 - "locked": { 249 - "lastModified": 1765841014, 250 - "narHash": "sha256-55V0AJ36V5Egh4kMhWtDh117eE3GOjwq5LhwxDn9eHg=", 251 - "owner": "nix-community", 252 - "repo": "NixOS-WSL", 253 - "rev": "be4af8042e7a61fa12fda58fe9a3b3babdefe17b", 254 - "type": "github" 255 - }, 256 - "original": { 257 - "owner": "nix-community", 258 - "repo": "NixOS-WSL", 259 - "type": "github" 260 - } 261 - }, 262 227 "nixpkgs": { 263 228 "locked": { 264 229 "lastModified": 1754028485, ··· 372 337 }, 373 338 "nixpkgs_6": { 374 339 "locked": { 375 - "lastModified": 1765472234, 376 - "narHash": "sha256-9VvC20PJPsleGMewwcWYKGzDIyjckEz8uWmT0vCDYK0=", 377 - "owner": "NixOS", 378 - "repo": "nixpkgs", 379 - "rev": "2fbfb1d73d239d2402a8fe03963e37aab15abe8b", 380 - "type": "github" 381 - }, 382 - "original": { 383 - "owner": "NixOS", 384 - "ref": "nixos-unstable", 385 - "repo": "nixpkgs", 386 - "type": "github" 387 - } 388 - }, 389 - "nixpkgs_7": { 390 - "locked": { 391 340 "lastModified": 1767364772, 392 341 "narHash": "sha256-fFUnEYMla8b7UKjijLnMe+oVFOz6HjijGGNS1l7dYaQ=", 393 342 "owner": "NixOS", ··· 409 358 "home-manager-stable": "home-manager-stable", 410 359 "mac-app-util": "mac-app-util", 411 360 "nix-darwin": "nix-darwin", 412 - "nixos-wsl": "nixos-wsl", 413 - "nixpkgs": "nixpkgs_7", 361 + "nixpkgs": "nixpkgs_6", 414 362 "nixpkgs-stable": "nixpkgs-stable" 415 363 } 416 364 },
-1
flake.nix
··· 25 25 home-manager, 26 26 home-manager-stable, 27 27 mac-app-util, 28 - nixos-wsl, 29 28 agenix, 30 29 ... 31 30 }: {