fix build with rust-overlay

This commit is contained in:
Noah Masur
2025-11-02 17:01:34 -05:00
parent d79c1ba7df
commit aea3e95ef5
3 changed files with 21 additions and 31 deletions

View File

@@ -64,16 +64,22 @@
flake = false;
};
rust-overlay = {
url = "github:oxalica/rust-overlay";
};
# Zellij Switcher
zellij-switch = {
url = "github:mostafaqanbaryan/zellij-switch";
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