diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-17 22:18:51 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-17 22:18:51 +0200 |
| commit | 81026bec6430fc8a79e5fcf40d5f3aff2af68001 (patch) | |
| tree | 750dfb056db9069e62665f5e2006e0b47a3fd63d /npins/sources.json | |
| parent | pkgs/tails-iso/update.sh: Use correct path to this package (diff) | |
| download | nixos-config-81026bec6430fc8a79e5fcf40d5f3aff2af68001.zip | |
inputs.nix: Use nixos channels instead of github for the nixos tarballs
This reduces the dependency on github somewhat.
Diffstat (limited to 'npins/sources.json')
| -rw-r--r-- | npins/sources.json | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/npins/sources.json b/npins/sources.json index 44ef8c95..fb7c8913 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -249,19 +249,6 @@ "url": "https://github.com/nixos/flake-compat/archive/5edf11c44bc78a0d334f6334cdaf7d60d732daab.tar.gz", "hash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=" }, - "unflake_github_nixos_nixpkgs_ref_nixos-26-05": { - "type": "Git", - "repository": { - "type": "GitHub", - "owner": "nixos", - "repo": "nixpkgs" - }, - "branch": "nixos-26.05", - "submodules": false, - "revision": "9f78f44a87948854445dae0b6bf82b2e87e4efb5", - "url": "https://github.com/nixos/nixpkgs/archive/9f78f44a87948854445dae0b6bf82b2e87e4efb5.tar.gz", - "hash": "sha256-rG5HKMAgAhMgydvKGtco6rqTxRq4EDZQCx9USLvVqYw=" - }, "unflake_github_nixos_nixpkgs_ref_nixos-unstable": { "type": "Git", "repository": { @@ -326,6 +313,18 @@ "revision": "b027ee29d959fda4b60b57566d64c98a202e0feb", "url": "https://github.com/ryantm/agenix/archive/b027ee29d959fda4b60b57566d64c98a202e0feb.tar.gz", "hash": "sha256-9VnK6Oqai65puVJ4WYtCTvlJeXxMzAp/69HhQuTdl/I=" + }, + "unflake_tarball_https---channels-nixos-org-nixos-26-05-nixexprs-tar-zst": { + "type": "Url", + "url": "https://channels.nixos.org/nixos-26.05/nixexprs.tar.zst", + "unpack": true, + "hash": "sha256-eVWN0FVPJSK7wgm9SxzFwd6FNRWoJN2oAe3M6MbpZ8U=" + }, + "unflake_tarball_https---channels-nixos-org-nixos-unstable-nixexprs-tar-zst": { + "type": "Url", + "url": "https://channels.nixos.org/nixos-unstable/nixexprs.tar.zst", + "unpack": true, + "hash": "sha256-kSR/jfpR4cE26YRZ8exQkoRbEA30vyWimajwZANYYaE=" } }, "version": 8 |
