comment out non-existent inputs

This commit is contained in:
Daylin Morgan 2025-01-16 17:24:34 -06:00
parent 39cdee742d
commit 1587bd9ecb
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -36,11 +36,11 @@ in
swww
nixVersions.git
])
++ [
(flake.pkgs "roc").full
(flake.pkgs "zig-overlay").master
(flake.pkg "zls")
]
# ++ [
# (flake.pkgs "roc").full
# (flake.pkgs "zig-overlay").master
# (flake.pkg "zls")
# ]
++ hyprPackages
++ selfPackages;
}