flake: inputs: add rust-rust-overlay

What is rust making me do, send help
This commit is contained in:
Bloxx12 2025-06-26 20:45:45 +02:00
commit 5779ca210d
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
2 changed files with 61 additions and 2 deletions

View file

@ -20,7 +20,7 @@
system: pkgs: {
inherit
(import ./packages {
inherit pkgs;
inherit inputs pkgs;
})
fish
helix
@ -83,6 +83,13 @@
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
# The things rust is making me do...
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
zedless = {
url = "github:zedless-editor/zed";
};