update recipes

This commit is contained in:
Ribbon 2023-12-22 15:03:04 +00:00
parent 29e79c2440
commit 56a4017dc7
3 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO mio crate error (after cargo update)
[source]
git = "https://github.com/Atticus64/news"
[build]

View File

@ -1,8 +1,12 @@
#TODO Port Smithay
#TODO probably wrong script for configuration, see https://github.com/YaLTeR/niri#installation
[source]
git = "https://github.com/YaLTeR/niri"
[build]
template = "custom"
dependencies = [
"libwayland",
]
script = """
mkdir -pv "${COOKBOOK_STAGE}"/bin
mkdir -pv "${COOKBOOK_STAGE}"/home/user/.local/share/wayland-sessions

View File

@ -4,3 +4,6 @@
git = "https://github.com/JosephLai241/nomad"
[build]
template = "cargo"
dependencies = [
"openssl1",
]