diff options
author | Martin Fischer <martin@push-f.com> | 2025-02-24 18:41:43 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-02-24 18:41:46 +0100 |
commit | 5fbef379b723e9fc9960669ff114c58c368fd31e (patch) | |
tree | d4bf3cbda923d0dbe614accb17c9f610a51da8b7 | |
parent | 48d2cfb72794ba4ef7783411a880f1174d0ece19 (diff) |
chore: sort npins/sources.json alphabetically
npins automatically changes it to this order when doing any changes.
-rw-r--r-- | nixos/npins/sources.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/nixos/npins/sources.json b/nixos/npins/sources.json index 1f29f63..00d7460 100644 --- a/nixos/npins/sources.json +++ b/nixos/npins/sources.json @@ -1,17 +1,5 @@ { "pins": { - "nixos": { - "type": "Channel", - "name": "nixos-24.11", - "url": "https://releases.nixos.org/nixos/24.11/nixos-24.11.710486.4dc2fc4e62db/nixexprs.tar.xz", - "hash": "1pby8y3dcbdcjb6dklyy0wnn1dhzbbqaki6l2nlw9x13n6qqj4mb" - }, - "nixos-small": { - "type": "Channel", - "name": "nixos-24.11-small", - "url": "https://releases.nixos.org/nixos/24.11-small/nixos-24.11.710985.7db18b8ec24f/nixexprs.tar.xz", - "hash": "1lf8xglp739v2r6kzjd1b3gjk9vx3r8ah05v38fcr5hqqwnk6423" - }, "agenix": { "type": "GitRelease", "repository": { @@ -26,6 +14,18 @@ "revision": "564595d0ad4be7277e07fa63b5a991b3c645655d", "url": "https://api.github.com/repos/ryantm/agenix/tarball/0.15.0", "hash": "01dhrghwa7zw93cybvx4gnrskqk97b004nfxgsys0736823956la" + }, + "nixos": { + "type": "Channel", + "name": "nixos-24.11", + "url": "https://releases.nixos.org/nixos/24.11/nixos-24.11.710486.4dc2fc4e62db/nixexprs.tar.xz", + "hash": "1pby8y3dcbdcjb6dklyy0wnn1dhzbbqaki6l2nlw9x13n6qqj4mb" + }, + "nixos-small": { + "type": "Channel", + "name": "nixos-24.11-small", + "url": "https://releases.nixos.org/nixos/24.11-small/nixos-24.11.710985.7db18b8ec24f/nixexprs.tar.xz", + "hash": "1lf8xglp739v2r6kzjd1b3gjk9vx3r8ah05v38fcr5hqqwnk6423" } }, "version": 3 |