try to make builds work

This commit is contained in:
Noah Masur
2025-10-29 12:03:20 -04:00
parent 431ebd732c
commit 2e4467b6ea
7 changed files with 16 additions and 33 deletions

View File

@@ -75,12 +75,12 @@
inputs.rust-overlay.follows = "rust-overlay";
};
# Text editor
helix = {
url = "github:helix-editor/helix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.rust-overlay.follows = "rust-overlay";
};
# # Text editor
# helix = {
# url = "github:helix-editor/helix";
# inputs.nixpkgs.follows = "nixpkgs";
# inputs.rust-overlay.follows = "rust-overlay";
# };
# # Nextcloud Apps
# nextcloud-news = {