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 b95c96b..6b6ecd8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -142,5 +142,10 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems";
};
+
+ flake-registry = {
+ url = "github:NixOS/flake-registry";
+ flake = false;
+ };
};
}