summary refs log tree commit diff
path: root/ripple/nix/sources.json
diff options
context:
space:
mode:
authorV <v@unfathomable.blue>2021-08-12 04:21:18 +0200
committerV <v@unfathomable.blue>2021-08-12 08:16:37 +0200
commitb465ad3cb308d2cd0d37b7fe96e3359c4eca4f75 (patch)
tree891338dc25fd04454a93aaf9982685c54f0eb884 /ripple/nix/sources.json
parentcab3c5a1a0f81eaac3cb8d4f54f0515b065160ea (diff)
ripple/nix: initialize nixpkgs pin
We're using an unstable branch over releases, as biannual package
updates are too infrequent for tools with short release cycles. We're
specifically using nixos-unstable, as this has more thorough testing
than nixpkgs-unstable does (at the cost of lagging behind, slightly).

Change-Id: Iaa5101f40148d2d85e8258cf73576bf7f531d4c1
Diffstat (limited to 'ripple/nix/sources.json')
-rw-r--r--ripple/nix/sources.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/ripple/nix/sources.json b/ripple/nix/sources.json
new file mode 100644
index 0000000..70b7591
--- /dev/null
+++ b/ripple/nix/sources.json
@@ -0,0 +1,14 @@
+{
+    "nixpkgs": {
+        "branch": "nixos-unstable",
+        "description": "Nix Packages collection",
+        "homepage": "",
+        "owner": "NixOS",
+        "repo": "nixpkgs",
+        "rev": "fe01052444c1d66ed6ef76df2af798c9769e9e79",
+        "sha256": "0z99hwxgrvlf0psicwd97kdqqcc3qngfzmcz7k68q6q868y8582y",
+        "type": "tarball",
+        "url": "https://github.com/NixOS/nixpkgs/archive/fe01052444c1d66ed6ef76df2af798c9769e9e79.tar.gz",
+        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+    }
+}