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:
parent
61042c7606
commit
742d1889c5
6 changed files with 8 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
with import ./lib/dag.nix;
|
||||
with import ./lib/dag.nix { inherit lib; };
|
||||
|
||||
let
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue