aboutsummaryrefslogtreecommitdiffstats
path: root/nix/sources.json
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-01 06:44:00 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-01 06:44:00 +0100
commit941f0d4ccb688d42c0438e05051ed78a410431b6 (patch)
treeecde927039527ca252e77fd3943e8e36de9ce7a9 /nix/sources.json
parentc8ab97e77c8ab56b9835d9f260dc222a10e9b3c6 (diff)
chore: pin nixpkgs to nixos-23.05
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..926d13a
--- /dev/null
+++ b/nix/sources.json
@@ -0,0 +1,14 @@
+{
+ "nixpkgs": {
+ "branch": "nixos-23.05",
+ "description": "Nix Packages collection",
+ "homepage": null,
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "70bdadeb94ffc8806c0570eb5c2695ad29f0e421",
+ "sha256": "05cbl1k193c9la9xhlz4y6y8ijpb2mkaqrab30zij6z4kqgclsrd",
+ "type": "tarball",
+ "url": "https://github.com/NixOS/nixpkgs/archive/70bdadeb94ffc8806c0570eb5c2695ad29f0e421.tar.gz",
+ "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+ }
+}