diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 20:57:27 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 20:57:27 +0200 |
| commit | bd95614480e924ba930d3851c0adcc51b0d177c0 (patch) | |
| tree | eb8c806e09da94c4900a2293c016bcce20f17fcd | |
| parent | b675f5a2ed5ddadb080c82f4a2b58ad1c01cf61f (diff) | |
Added fenix and crane inputs
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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"; |
