Update nixpkgs and add nixos-wsl input

This commit is contained in:
2025-11-15 06:58:35 -08:00
committed by GitHub
parent 2443b87619
commit 34051d80b9

View File

@@ -3,11 +3,14 @@
inputs = {
# Nixpkgs
nixpkgs.url = "github:nixos/nixpkgs/release-25.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
# You can access packages and modules from different nixpkgs revs
# at the same time. Here's an working example:
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
# Also see the 'unstable-packages' overlay at 'overlays/default.nix'.
#WSLNIX
nixos-wsl.url = "nix-community/nixos-wsl/release-25.05";
# Home manager
home-manager.url = "github:nix-community/home-manager/release-25.05";
@@ -27,10 +30,7 @@
# nix-colors.url = "github:misterio77/nix-colors";
nixos-hardware.url = "github:NixOS/nixos-hardware"; # Import nixos hardware quirks settings
# nixos-generators = { url = "github:nix-community/nixos-generators"; inputs.nixpkgs.follows = "nixpkgs";}; #import nixos-generators for building images
nixos-wsl = {
url = "github:nix-community/nixos-wsl";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix.url = github:Mic92/sops-nix;
flake-utils.url = "github:numtide/flake-utils";
nix-ld-rs = {