dandelion/filesystem: fix missing lib

This commit is contained in:
LavaDesu 2024-07-07 12:34:07 +10:00
parent 602a475e7d
commit da89b77f68
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

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