summaryrefslogtreecommitdiff
path: root/modules/version.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/version.nix')
-rw-r--r--modules/version.nix2
1 files changed, 1 insertions, 1 deletions
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; {