summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 5ee48a6..10baa5a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,6 +9,11 @@
inputs.nixpkgs-lib.follows = "nixpkgs";
};
+ getchoo = {
+ url = "github:getchoo/nix-exprs";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
pre-commit = {
url = "github:cachix/pre-commit-hooks.nix";
inputs = {