aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/nix/registry.json
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/nix/registry.json')
-rw-r--r--dot_config/nix/registry.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/dot_config/nix/registry.json b/dot_config/nix/registry.json
new file mode 100644
index 0000000..387ea7a
--- /dev/null
+++ b/dot_config/nix/registry.json
@@ -0,0 +1,17 @@
+{
+ "version": 2,
+ "flakes": [
+ {
+ "from": {
+ "type": "indirect",
+ "id": "nixpkgs"
+ },
+ "to": {
+ "type": "github",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "ref": "nixos-unstable"
+ }
+ }
+ ]
+}