From 34051d80b96d6b40f34c395290aba4be520304f8 Mon Sep 17 00:00:00 2001 From: sstent Date: Sat, 15 Nov 2025 06:58:35 -0800 Subject: [PATCH] Update nixpkgs and add nixos-wsl input --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 519eab9..acb5447 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = {