From 7f19591403b0bb4484d707418e399a7d0d6c9271 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 1 Mar 2023 20:58:44 -0500 Subject: update inputs --- flake.nix | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 01c67cf..fcd5a72 100644 --- a/flake.nix +++ b/flake.nix @@ -1,11 +1,16 @@ { inputs = { - home-manager.url = "github:nix-community/home-manager"; - home-manager.inputs.nixpkgs.follows = "nixpkgs"; - lanzaboote.url = "github:nix-community/lanzaboote"; nixpkgs.url = "nixpkgs/nixos-22.11"; nixpkgsUnstable.url = "nixpkgs/nixos-unstable"; - nixos-wsl.url = "github:nix-community/NixOS-WSL?ref=main"; + home-manager = { + url = "github:nix-community/home-manager"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + lanzaboote.url = "github:nix-community/lanzaboote"; + nixos-wsl = { + url = "github:nix-community/NixOS-WSL/main"; + inputs.nixpkgs.follows = "nixpkgs"; + }; nixos-hardware.url = "github:NixOS/nixos-hardware"; nur.url = "github:nix-community/NUR"; }; -- cgit v1.2.3