1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-11 11:31:06 +01:00

lib: make dag.nix take lib as argument

This commit is contained in:
Robert Helgesson 2017-09-21 13:19:29 +02:00
parent 61042c7606
commit 742d1889c5
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86
6 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
with lib;
with import ./lib/dag.nix;
with import ./lib/dag.nix { inherit lib; };
let