From 24aa3b45ec1dc475e3606385be3f8aecd8aee8a2 Mon Sep 17 00:00:00 2001 From: nzbr Date: Mon, 19 Dec 2022 00:24:17 +0100 Subject: Remove redundant `with builtins;` Co-authored-by: Sandro --- modules/version.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/version.nix b/modules/version.nix index 01a8be6..3c6438e 100644 --- a/modules/version.nix +++ b/modules/version.nix @@ -1,5 +1,5 @@ { lib, pkgs, options, config, ... }: -with builtins; with lib; +with lib; { options = with types; { -- cgit v1.2.3