From 9ad38084648f5e6b4724206db73956bfadb385fe Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 2 Mar 2023 16:59:10 -0500 Subject: improve inputs --- flake.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 0ab6932..e137eab 100644 --- a/flake.nix +++ b/flake.nix @@ -1,12 +1,14 @@ { inputs = { - nixpkgs.url = "nixpkgs/nixos-22.11"; nixpkgsUnstable.url = "nixpkgs/nixos-unstable"; home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; - lanzaboote.url = "github:nix-community/lanzaboote"; + lanzaboote = { + url = "github:nix-community/lanzaboote"; + inputs.nixpkgs.follows = "nixpkgs"; + }; nixos-wsl = { url = "github:nix-community/NixOS-WSL/main"; inputs.nixpkgs.follows = "nixpkgs"; @@ -16,12 +18,12 @@ }; outputs = inputs @ { + nixpkgs, + nixpkgsUnstable, home-manager, lanzaboote, nixos-hardware, nixos-wsl, - nixpkgs, - nixpkgsUnstable, nur, ... }: let -- cgit v1.2.3