chore(nix): Inherit builtins at bottom

This commit is contained in:
Donovan Glover
2024-04-09 09:19:29 -04:00
parent 7b564db92d
commit bfd55ef40a
5 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
{ nix-config, pkgs, lib, ... }:
let
inherit (builtins) attrValues;
inherit (lib) singleton;
inherit (builtins) attrValues;
in
{
imports = attrValues {