1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-22 15:41:46 +03:00

🐛 fix Fix compat

This commit is contained in:
Lord-Valen 2022-12-23 03:15:20 -05:00 committed by David Arnold
parent 54ede8e591
commit 440bd820c6

View File

@ -1,8 +1,8 @@
let
lock = builtins.fromJSON (builtins.readFile builtins.path {
lock = builtins.fromJSON (builtins.readFile (builtins.path {
path = ../../flake.lock;
name = "lockPath";
});
}));
flake =
import
(