dandelion/filesystem: fix missing lib

This commit is contained in:
LavaDesu 2024-07-07 12:34:07 +10:00
parent 0f64a9ff0c
commit 0198191f38

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ config, lib, ... }:
let
bind = src: {
depends = [ "/nix" ];