From bd95614480e924ba930d3851c0adcc51b0d177c0 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 30 Mar 2026 20:57:27 +0200 Subject: Added fenix and crane inputs --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4d2faae..7077d3b 100644 --- a/flake.nix +++ b/flake.nix @@ -18,11 +18,14 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - # Rust toolchain (optional, for development) + # Rust toolchain fenix = { url = "github:nix-community/fenix"; inputs.nixpkgs.follows = "nixpkgs"; }; + + # Rust build system for Nix + crane.url = "github:ipetkov/crane"; }; outputs = { @@ -32,6 +35,7 @@ home-manager, stylix, fenix, + crane, ... } @ inputs: let system = "x86_64-linux"; -- cgit v1.2.3