summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 9518197..f3ede00 100644
--- a/flake.nix
+++ b/flake.nix
@@ -136,5 +136,11 @@
url = "github:diamondburned/nix-search";
inputs.nixpkgs.follows = "nixpkgs";
};
+
+ rui = {
+ url = "github:Fuwn/rui";
+ inputs.nixpkgs.follows = "nixpkgs";
+ inputs.systems.follows = "systems";
+ };
};
}