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:
parent
54ede8e591
commit
440bd820c6
@ -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
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user