From 644dffba4220e2f041b0ab25e884c56213ca5a74 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 23 May 2023 12:27:49 -0400 Subject: [PATCH] nix: Simplify --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 7629c641..65597d39 100644 --- a/flake.nix +++ b/flake.nix @@ -22,9 +22,7 @@ hypr-contrib = { url = "github:hyprwm/contrib"; - inputs = { - nixpkgs.follows = "nixpkgs"; - }; + inputs.nixpkgs.follows = "nixpkgs"; }; };