about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2024-09-02T09·25+0300
committerEmery Hemingway <ehmry@posteo.net>2024-09-02T09·27+0300
commitd8606cc0e288a349bb4b9a436cdc7ef2feac34c5 (patch)
treeec356dad8e567bd66da61881e889acfa963804ce
parent280f52da984755ce6bd1b883d8afa4445c3334cc (diff)
Make defaut.nix TVL depot compatible
-rw-r--r--default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 93737413bd03..901496264a3f 100644
--- a/default.nix
+++ b/default.nix
@@ -1,9 +1,10 @@
 {
   pkgs ? import <nixpkgs> { },
+  lib ? pkgs.lib,
+  ...
 }:
 
 let
-  inherit (pkgs) lib;
   buildNimSbom = pkgs.callPackage ./build-nim-sbom.nix { };
   nix' = pkgs.nixVersions.latest.overrideAttrs (_: {
     version = "2024-08-23";