aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index a565e62..11f7152 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";