aboutsummaryrefslogtreecommitdiffstats
path: root/nix/sources.json
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-05 04:54:24 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-05 07:43:25 +0100
commitb57f3a35f23aae1b327b46a002201aa32edc525c (patch)
treef8a180bee2313be99d67b18e04aa541e6de6737a /nix/sources.json
chore: init
Diffstat (limited to 'nix/sources.json')
-rw-r--r--nix/sources.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json
new file mode 100644
index 0000000..747350b
--- /dev/null
+++ b/nix/sources.json
@@ -0,0 +1,14 @@
+{
+ "nixpkgs": {
+ "branch": "nixos-23.11",
+ "description": "Nix Packages collection",
+ "homepage": null,
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "79baff8812a0d68e24a836df0a364c678089e2c7",
+ "sha256": "1aa16r5rkj2iab37q1wmz4kj2kdcjykqn1p79pbd43wmf6sl34am",
+ "type": "tarball",
+ "url": "https://github.com/NixOS/nixpkgs/archive/79baff8812a0d68e24a836df0a364c678089e2c7.tar.gz",
+ "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+ }
+}