chore: explicitly depend on uiop
This commit is contained in:
parent
305da96244
commit
2e45066db1
12
flake.lock
12
flake.lock
|
@ -10,11 +10,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1719084187,
|
||||
"narHash": "sha256-CPDgaFwExL5v7Y0IL6ID/wh9M7A0lGKOh1NS2CoglRM=",
|
||||
"lastModified": 1741280860,
|
||||
"narHash": "sha256-ppqlGaawmxXALJvge3VGmD064ZgypJ0WjioZErR7L1c=",
|
||||
"owner": "eriedaberrie",
|
||||
"repo": "cl-hyprland-ipc",
|
||||
"rev": "5be47ac54bf6ce9e6ff0948d2933ab8590d19db7",
|
||||
"rev": "dc5944a58a83c475885b3601e2a41c740c048054",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -25,11 +25,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1737885589,
|
||||
"narHash": "sha256-Zf0hSrtzaM1DEz8//+Xs51k/wdSajticVrATqDrfQjg=",
|
||||
"lastModified": 1741173522,
|
||||
"narHash": "sha256-k7VSqvv0r1r53nUI/IfPHCppkUAddeXn843YlAC5DR0=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "852ff1d9e153d8875a83602e03fdef8a63f0ecf8",
|
||||
"rev": "d69ab0d71b22fa1ce3dbeff666e6deb4917db049",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -19,7 +19,8 @@
|
|||
#:lparallel
|
||||
#:pathname-utils
|
||||
#:serapeum
|
||||
#:uax-15))
|
||||
#:uax-15
|
||||
#:uiop))
|
||||
|
||||
(asdf:defsystem sync-music/cli
|
||||
:pathname #P"sync-music/"
|
||||
|
|
|
@ -4,4 +4,5 @@
|
|||
:entry-point "time-window:main"
|
||||
:components ((:file "package")
|
||||
(:file "time-window" :depends-on ("package")))
|
||||
:depends-on (#:cl-hyprland-ipc))
|
||||
:depends-on (#:cl-hyprland-ipc
|
||||
#:uiop))
|
||||
|
|
Loading…
Reference in a new issue