diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-11 23:55:27 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-11 23:55:27 +0200 |
| commit | 507a0d18c094c3d62e33e7fbbbc2869a8ab16f88 (patch) | |
| tree | 8524eab7519fb07b4d5a7f93556d7c4258c23b3a | |
| parent | d2dba1003ddd06c55ca3885b3bd7d341dc2278d4 (diff) | |
Add nixcord as a flake input
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,8 @@ # Rust build system for Nix crane.url = "github:ipetkov/crane"; + + nixcord.url = "github:FlameFlag/nixcord"; }; outputs = { @@ -36,6 +38,7 @@ stylix, fenix, crane, + nixcord, ... } @ inputs: let system = "x86_64-linux"; |
