nix-config/flake.lock

569 lines
15 KiB
Plaintext
Raw Normal View History

{
"nodes": {
2021-12-16 01:29:00 +01:00
"fenix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
2022-05-31 12:47:58 +02:00
"lastModified": 1653978486,
"narHash": "sha256-8TpFVaCgyFAo6x9SYxaEeRsYGrE77pKUJJeoFVUx0+I=",
2022-05-06 23:50:52 +02:00
"owner": "nix-community",
2021-12-16 01:29:00 +01:00
"repo": "fenix",
2022-05-31 12:47:58 +02:00
"rev": "b39048a693e77ae77846aa7b351be7d3cacb8340",
2021-12-16 01:29:00 +01:00
"type": "github"
},
"original": {
2022-05-06 23:50:52 +02:00
"owner": "nix-community",
2021-12-16 01:29:00 +01:00
"repo": "fenix",
"type": "github"
}
},
2022-05-15 02:46:14 +02:00
"flake-utils": {
"locked": {
flake.lock: Update Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/a43a475f0854a9923271da3c8a960e2461114ead' (2022-05-06) → 'github:nix-community/fenix/9a49d754de250ad696e49c9ae4ce4561ffe3fc38' (2022-05-25) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/1f709d54463972b189a3120be4073c507f2fbc00' (2022-05-04) → 'github:rust-lang/rust-analyzer/d7c147406eff20783abba6ff1fe250ecc44cf800' (2022-05-24) • Updated input 'hydra': 'github:nixos/hydra/7c133a98f8e689cdc13f8a1adaaa9cd75d039a35' (2022-05-02) → 'github:nixos/hydra/27023b514a84999131c9d26108502fbc53296a7f' (2022-05-18) • Updated input 'microvm': 'github:astro/microvm.nix/95bca60048a486d71d0d63f51e66bedabaf6a4c7' (2022-05-12) → 'github:astro/microvm.nix/309e172528cb6589210c2b19f0f8fc15a0fe2384' (2022-05-24) • Updated input 'microvm/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/04b4d989fda8f14e6fcd1fee631eab9c54d15b97' (2022-05-16) • Updated input 'microvm/nixpkgs': 'github:nixos/nixpkgs/5181d5945eda382ff6a9ca3e072ed6ea9b547fee' (2022-04-15) → 'github:nixos/nixpkgs/1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502' (2022-05-16) • Updated input 'naersk': 'github:nix-community/naersk/e8f9f8d037774becd82fce2781e1abdb7836d7df' (2022-04-18) → 'github:nix-community/naersk/69daaceebe12c070cd5ae69ba38f277bbf033695' (2022-05-24) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/6b4ebea9093c997c5f275c820e679108de4871ab' (2022-04-21) → 'github:nixos/nixos-hardware/39a7bfc496d2ddfce73fe9542af1f2029ba4fe39' (2022-05-25) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6c97721a01ac68a5bd52569eb43e8dbba4ba7db3' (2022-05-24) → 'github:nixos/nixpkgs/e3a8165d29a5ade81d8588ce11362b5a318b8eb7' (2022-05-25) • Updated input 'nixpkgs-master': 'github:nixos/nixpkgs/887cf48b06ae81492475dc2e54eb5258270379a4' (2022-05-01) → 'github:nixos/nixpkgs/29777bb048a72132def87e5aa42b82d5522cea98' (2022-05-25) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c2614c4fe61943b3d280ac1892fcebe6e8eaf8c8' (2022-04-12) → 'github:Mic92/sops-nix/7385b12722ce903e477878147794bed9040227e2' (2022-05-25) • Added input 'sops-nix/nixpkgs-21_11': 'github:NixOS/nixpkgs/b5991e4971523a5fcc9413b9003b58e5c15aa7d8' (2022-05-21) • Added input 'sops-nix/nixpkgs-22_05': 'github:NixOS/nixpkgs/0c3bf3a5c3ab6be29138b88900c417660a284fbd' (2022-05-25) • Updated input 'spacemsg': 'github:astro/spacemsg/78f69aab49e4e557e09a910edcf53cd6066741c0' (2022-01-08) → 'github:astro/spacemsg/4e52238d48507be21acdd086a2d17af7f4781b44' (2022-05-06) • Updated input 'ticker': 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b0eed0dc4b697849d9a42051c6207637d3e9b083' (2022-02-28) → 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b2f2b53429b27fd61d396c48e59aa24bcb9ce318' (2022-05-04)
2022-05-26 02:10:52 +02:00
"lastModified": 1652733177,
"narHash": "sha256-mRpdBbVk8tbYVgEE6oTBbFT1vkVdF7EzaP7bMQ26wWA=",
2022-05-15 02:46:14 +02:00
"owner": "numtide",
"repo": "flake-utils",
flake.lock: Update Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/a43a475f0854a9923271da3c8a960e2461114ead' (2022-05-06) → 'github:nix-community/fenix/9a49d754de250ad696e49c9ae4ce4561ffe3fc38' (2022-05-25) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/1f709d54463972b189a3120be4073c507f2fbc00' (2022-05-04) → 'github:rust-lang/rust-analyzer/d7c147406eff20783abba6ff1fe250ecc44cf800' (2022-05-24) • Updated input 'hydra': 'github:nixos/hydra/7c133a98f8e689cdc13f8a1adaaa9cd75d039a35' (2022-05-02) → 'github:nixos/hydra/27023b514a84999131c9d26108502fbc53296a7f' (2022-05-18) • Updated input 'microvm': 'github:astro/microvm.nix/95bca60048a486d71d0d63f51e66bedabaf6a4c7' (2022-05-12) → 'github:astro/microvm.nix/309e172528cb6589210c2b19f0f8fc15a0fe2384' (2022-05-24) • Updated input 'microvm/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/04b4d989fda8f14e6fcd1fee631eab9c54d15b97' (2022-05-16) • Updated input 'microvm/nixpkgs': 'github:nixos/nixpkgs/5181d5945eda382ff6a9ca3e072ed6ea9b547fee' (2022-04-15) → 'github:nixos/nixpkgs/1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502' (2022-05-16) • Updated input 'naersk': 'github:nix-community/naersk/e8f9f8d037774becd82fce2781e1abdb7836d7df' (2022-04-18) → 'github:nix-community/naersk/69daaceebe12c070cd5ae69ba38f277bbf033695' (2022-05-24) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/6b4ebea9093c997c5f275c820e679108de4871ab' (2022-04-21) → 'github:nixos/nixos-hardware/39a7bfc496d2ddfce73fe9542af1f2029ba4fe39' (2022-05-25) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6c97721a01ac68a5bd52569eb43e8dbba4ba7db3' (2022-05-24) → 'github:nixos/nixpkgs/e3a8165d29a5ade81d8588ce11362b5a318b8eb7' (2022-05-25) • Updated input 'nixpkgs-master': 'github:nixos/nixpkgs/887cf48b06ae81492475dc2e54eb5258270379a4' (2022-05-01) → 'github:nixos/nixpkgs/29777bb048a72132def87e5aa42b82d5522cea98' (2022-05-25) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c2614c4fe61943b3d280ac1892fcebe6e8eaf8c8' (2022-04-12) → 'github:Mic92/sops-nix/7385b12722ce903e477878147794bed9040227e2' (2022-05-25) • Added input 'sops-nix/nixpkgs-21_11': 'github:NixOS/nixpkgs/b5991e4971523a5fcc9413b9003b58e5c15aa7d8' (2022-05-21) • Added input 'sops-nix/nixpkgs-22_05': 'github:NixOS/nixpkgs/0c3bf3a5c3ab6be29138b88900c417660a284fbd' (2022-05-25) • Updated input 'spacemsg': 'github:astro/spacemsg/78f69aab49e4e557e09a910edcf53cd6066741c0' (2022-01-08) → 'github:astro/spacemsg/4e52238d48507be21acdd086a2d17af7f4781b44' (2022-05-06) • Updated input 'ticker': 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b0eed0dc4b697849d9a42051c6207637d3e9b083' (2022-02-28) → 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b2f2b53429b27fd61d396c48e59aa24bcb9ce318' (2022-05-04)
2022-05-26 02:10:52 +02:00
"rev": "04b4d989fda8f14e6fcd1fee631eab9c54d15b97",
2022-05-15 02:46:14 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2021-10-30 02:02:08 +02:00
"heliwatch": {
"inputs": {
2022-04-17 22:45:05 +02:00
"fenix": [
"fenix"
],
"naersk": [
"naersk"
],
2021-11-22 03:16:20 +01:00
"nixpkgs": [
"nixpkgs"
],
2021-10-30 02:02:08 +02:00
"utils": "utils"
},
"locked": {
2022-05-31 12:47:58 +02:00
"lastModified": 1653529936,
"narHash": "sha256-xFvcFcPzaFDiknkrnAAjboHGBlwMJzUmlqQO6fsKBmg=",
"ref": "refs/heads/master",
"rev": "dd8e033079737794b3f4f0c1711bd2b7ab0deb3f",
"revCount": 51,
2021-10-30 02:02:08 +02:00
"type": "git",
"url": "https://gitea.c3d2.de/astro/heliwatch.git"
},
"original": {
"type": "git",
"url": "https://gitea.c3d2.de/astro/heliwatch.git"
}
},
2022-05-12 02:58:47 +02:00
"hydra": {
"inputs": {
"newNixpkgs": "newNixpkgs",
"nix": "nix",
2022-05-12 02:58:47 +02:00
"nixpkgs": [
"hydra",
"nix",
2022-05-12 02:58:47 +02:00
"nixpkgs"
]
},
"locked": {
"lastModified": 1654014175,
"narHash": "sha256-x9Qppzv5uic14v23T46AicjELIMG+jrqNspcosFa0MQ=",
2022-05-12 02:58:47 +02:00
"owner": "nixos",
"repo": "hydra",
"rev": "cf9f38e43fd81f9298e3f2ff50c8a6ee0acc3af0",
2022-05-12 02:58:47 +02:00
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "hydra",
"type": "github"
}
},
"lowdown-src": {
"flake": false,
"locked": {
"lastModified": 1633514407,
"narHash": "sha256-Dw32tiMjdK9t3ETl5fzGrutQTzh2rufgZV4A/BbxuD4=",
"owner": "kristapsdz",
"repo": "lowdown",
"rev": "d2c2b44ff6c27b936ec27358a2653caaef8f73b8",
"type": "github"
},
"original": {
"owner": "kristapsdz",
"repo": "lowdown",
"type": "github"
}
},
2022-05-15 02:46:14 +02:00
"microvm": {
"inputs": {
"flake-utils": "flake-utils",
2022-05-31 12:47:58 +02:00
"nixpkgs": [
"nixpkgs"
]
2022-05-15 02:46:14 +02:00
},
"locked": {
flake.lock: Update Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/a43a475f0854a9923271da3c8a960e2461114ead' (2022-05-06) → 'github:nix-community/fenix/9a49d754de250ad696e49c9ae4ce4561ffe3fc38' (2022-05-25) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/1f709d54463972b189a3120be4073c507f2fbc00' (2022-05-04) → 'github:rust-lang/rust-analyzer/d7c147406eff20783abba6ff1fe250ecc44cf800' (2022-05-24) • Updated input 'hydra': 'github:nixos/hydra/7c133a98f8e689cdc13f8a1adaaa9cd75d039a35' (2022-05-02) → 'github:nixos/hydra/27023b514a84999131c9d26108502fbc53296a7f' (2022-05-18) • Updated input 'microvm': 'github:astro/microvm.nix/95bca60048a486d71d0d63f51e66bedabaf6a4c7' (2022-05-12) → 'github:astro/microvm.nix/309e172528cb6589210c2b19f0f8fc15a0fe2384' (2022-05-24) • Updated input 'microvm/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/04b4d989fda8f14e6fcd1fee631eab9c54d15b97' (2022-05-16) • Updated input 'microvm/nixpkgs': 'github:nixos/nixpkgs/5181d5945eda382ff6a9ca3e072ed6ea9b547fee' (2022-04-15) → 'github:nixos/nixpkgs/1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502' (2022-05-16) • Updated input 'naersk': 'github:nix-community/naersk/e8f9f8d037774becd82fce2781e1abdb7836d7df' (2022-04-18) → 'github:nix-community/naersk/69daaceebe12c070cd5ae69ba38f277bbf033695' (2022-05-24) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/6b4ebea9093c997c5f275c820e679108de4871ab' (2022-04-21) → 'github:nixos/nixos-hardware/39a7bfc496d2ddfce73fe9542af1f2029ba4fe39' (2022-05-25) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6c97721a01ac68a5bd52569eb43e8dbba4ba7db3' (2022-05-24) → 'github:nixos/nixpkgs/e3a8165d29a5ade81d8588ce11362b5a318b8eb7' (2022-05-25) • Updated input 'nixpkgs-master': 'github:nixos/nixpkgs/887cf48b06ae81492475dc2e54eb5258270379a4' (2022-05-01) → 'github:nixos/nixpkgs/29777bb048a72132def87e5aa42b82d5522cea98' (2022-05-25) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c2614c4fe61943b3d280ac1892fcebe6e8eaf8c8' (2022-04-12) → 'github:Mic92/sops-nix/7385b12722ce903e477878147794bed9040227e2' (2022-05-25) • Added input 'sops-nix/nixpkgs-21_11': 'github:NixOS/nixpkgs/b5991e4971523a5fcc9413b9003b58e5c15aa7d8' (2022-05-21) • Added input 'sops-nix/nixpkgs-22_05': 'github:NixOS/nixpkgs/0c3bf3a5c3ab6be29138b88900c417660a284fbd' (2022-05-25) • Updated input 'spacemsg': 'github:astro/spacemsg/78f69aab49e4e557e09a910edcf53cd6066741c0' (2022-01-08) → 'github:astro/spacemsg/4e52238d48507be21acdd086a2d17af7f4781b44' (2022-05-06) • Updated input 'ticker': 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b0eed0dc4b697849d9a42051c6207637d3e9b083' (2022-02-28) → 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b2f2b53429b27fd61d396c48e59aa24bcb9ce318' (2022-05-04)
2022-05-26 02:10:52 +02:00
"lastModified": 1653399543,
"narHash": "sha256-qLFw8U3xop5U5KtYGykOVa0oKHmTYg3TaNB043GMIks=",
2022-05-15 02:46:14 +02:00
"owner": "astro",
"repo": "microvm.nix",
flake.lock: Update Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/a43a475f0854a9923271da3c8a960e2461114ead' (2022-05-06) → 'github:nix-community/fenix/9a49d754de250ad696e49c9ae4ce4561ffe3fc38' (2022-05-25) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/1f709d54463972b189a3120be4073c507f2fbc00' (2022-05-04) → 'github:rust-lang/rust-analyzer/d7c147406eff20783abba6ff1fe250ecc44cf800' (2022-05-24) • Updated input 'hydra': 'github:nixos/hydra/7c133a98f8e689cdc13f8a1adaaa9cd75d039a35' (2022-05-02) → 'github:nixos/hydra/27023b514a84999131c9d26108502fbc53296a7f' (2022-05-18) • Updated input 'microvm': 'github:astro/microvm.nix/95bca60048a486d71d0d63f51e66bedabaf6a4c7' (2022-05-12) → 'github:astro/microvm.nix/309e172528cb6589210c2b19f0f8fc15a0fe2384' (2022-05-24) • Updated input 'microvm/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/04b4d989fda8f14e6fcd1fee631eab9c54d15b97' (2022-05-16) • Updated input 'microvm/nixpkgs': 'github:nixos/nixpkgs/5181d5945eda382ff6a9ca3e072ed6ea9b547fee' (2022-04-15) → 'github:nixos/nixpkgs/1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502' (2022-05-16) • Updated input 'naersk': 'github:nix-community/naersk/e8f9f8d037774becd82fce2781e1abdb7836d7df' (2022-04-18) → 'github:nix-community/naersk/69daaceebe12c070cd5ae69ba38f277bbf033695' (2022-05-24) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/6b4ebea9093c997c5f275c820e679108de4871ab' (2022-04-21) → 'github:nixos/nixos-hardware/39a7bfc496d2ddfce73fe9542af1f2029ba4fe39' (2022-05-25) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6c97721a01ac68a5bd52569eb43e8dbba4ba7db3' (2022-05-24) → 'github:nixos/nixpkgs/e3a8165d29a5ade81d8588ce11362b5a318b8eb7' (2022-05-25) • Updated input 'nixpkgs-master': 'github:nixos/nixpkgs/887cf48b06ae81492475dc2e54eb5258270379a4' (2022-05-01) → 'github:nixos/nixpkgs/29777bb048a72132def87e5aa42b82d5522cea98' (2022-05-25) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c2614c4fe61943b3d280ac1892fcebe6e8eaf8c8' (2022-04-12) → 'github:Mic92/sops-nix/7385b12722ce903e477878147794bed9040227e2' (2022-05-25) • Added input 'sops-nix/nixpkgs-21_11': 'github:NixOS/nixpkgs/b5991e4971523a5fcc9413b9003b58e5c15aa7d8' (2022-05-21) • Added input 'sops-nix/nixpkgs-22_05': 'github:NixOS/nixpkgs/0c3bf3a5c3ab6be29138b88900c417660a284fbd' (2022-05-25) • Updated input 'spacemsg': 'github:astro/spacemsg/78f69aab49e4e557e09a910edcf53cd6066741c0' (2022-01-08) → 'github:astro/spacemsg/4e52238d48507be21acdd086a2d17af7f4781b44' (2022-05-06) • Updated input 'ticker': 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b0eed0dc4b697849d9a42051c6207637d3e9b083' (2022-02-28) → 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b2f2b53429b27fd61d396c48e59aa24bcb9ce318' (2022-05-04)
2022-05-26 02:10:52 +02:00
"rev": "309e172528cb6589210c2b19f0f8fc15a0fe2384",
2022-05-15 02:46:14 +02:00
"type": "github"
},
"original": {
"owner": "astro",
"repo": "microvm.nix",
"type": "github"
}
},
2021-10-30 02:02:08 +02:00
"naersk": {
2021-12-16 01:29:00 +01:00
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
flake.lock: Update Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/a43a475f0854a9923271da3c8a960e2461114ead' (2022-05-06) → 'github:nix-community/fenix/9a49d754de250ad696e49c9ae4ce4561ffe3fc38' (2022-05-25) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/1f709d54463972b189a3120be4073c507f2fbc00' (2022-05-04) → 'github:rust-lang/rust-analyzer/d7c147406eff20783abba6ff1fe250ecc44cf800' (2022-05-24) • Updated input 'hydra': 'github:nixos/hydra/7c133a98f8e689cdc13f8a1adaaa9cd75d039a35' (2022-05-02) → 'github:nixos/hydra/27023b514a84999131c9d26108502fbc53296a7f' (2022-05-18) • Updated input 'microvm': 'github:astro/microvm.nix/95bca60048a486d71d0d63f51e66bedabaf6a4c7' (2022-05-12) → 'github:astro/microvm.nix/309e172528cb6589210c2b19f0f8fc15a0fe2384' (2022-05-24) • Updated input 'microvm/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/04b4d989fda8f14e6fcd1fee631eab9c54d15b97' (2022-05-16) • Updated input 'microvm/nixpkgs': 'github:nixos/nixpkgs/5181d5945eda382ff6a9ca3e072ed6ea9b547fee' (2022-04-15) → 'github:nixos/nixpkgs/1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502' (2022-05-16) • Updated input 'naersk': 'github:nix-community/naersk/e8f9f8d037774becd82fce2781e1abdb7836d7df' (2022-04-18) → 'github:nix-community/naersk/69daaceebe12c070cd5ae69ba38f277bbf033695' (2022-05-24) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/6b4ebea9093c997c5f275c820e679108de4871ab' (2022-04-21) → 'github:nixos/nixos-hardware/39a7bfc496d2ddfce73fe9542af1f2029ba4fe39' (2022-05-25) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6c97721a01ac68a5bd52569eb43e8dbba4ba7db3' (2022-05-24) → 'github:nixos/nixpkgs/e3a8165d29a5ade81d8588ce11362b5a318b8eb7' (2022-05-25) • Updated input 'nixpkgs-master': 'github:nixos/nixpkgs/887cf48b06ae81492475dc2e54eb5258270379a4' (2022-05-01) → 'github:nixos/nixpkgs/29777bb048a72132def87e5aa42b82d5522cea98' (2022-05-25) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c2614c4fe61943b3d280ac1892fcebe6e8eaf8c8' (2022-04-12) → 'github:Mic92/sops-nix/7385b12722ce903e477878147794bed9040227e2' (2022-05-25) • Added input 'sops-nix/nixpkgs-21_11': 'github:NixOS/nixpkgs/b5991e4971523a5fcc9413b9003b58e5c15aa7d8' (2022-05-21) • Added input 'sops-nix/nixpkgs-22_05': 'github:NixOS/nixpkgs/0c3bf3a5c3ab6be29138b88900c417660a284fbd' (2022-05-25) • Updated input 'spacemsg': 'github:astro/spacemsg/78f69aab49e4e557e09a910edcf53cd6066741c0' (2022-01-08) → 'github:astro/spacemsg/4e52238d48507be21acdd086a2d17af7f4781b44' (2022-05-06) • Updated input 'ticker': 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b0eed0dc4b697849d9a42051c6207637d3e9b083' (2022-02-28) → 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b2f2b53429b27fd61d396c48e59aa24bcb9ce318' (2022-05-04)
2022-05-26 02:10:52 +02:00
"lastModified": 1653413650,
"narHash": "sha256-wojDHjb+eU80MPH+3HQaK0liUy8EgR95rvmCl24i58Y=",
2022-04-24 21:56:45 +02:00
"owner": "nix-community",
2021-12-16 01:29:00 +01:00
"repo": "naersk",
flake.lock: Update Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/a43a475f0854a9923271da3c8a960e2461114ead' (2022-05-06) → 'github:nix-community/fenix/9a49d754de250ad696e49c9ae4ce4561ffe3fc38' (2022-05-25) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/1f709d54463972b189a3120be4073c507f2fbc00' (2022-05-04) → 'github:rust-lang/rust-analyzer/d7c147406eff20783abba6ff1fe250ecc44cf800' (2022-05-24) • Updated input 'hydra': 'github:nixos/hydra/7c133a98f8e689cdc13f8a1adaaa9cd75d039a35' (2022-05-02) → 'github:nixos/hydra/27023b514a84999131c9d26108502fbc53296a7f' (2022-05-18) • Updated input 'microvm': 'github:astro/microvm.nix/95bca60048a486d71d0d63f51e66bedabaf6a4c7' (2022-05-12) → 'github:astro/microvm.nix/309e172528cb6589210c2b19f0f8fc15a0fe2384' (2022-05-24) • Updated input 'microvm/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/04b4d989fda8f14e6fcd1fee631eab9c54d15b97' (2022-05-16) • Updated input 'microvm/nixpkgs': 'github:nixos/nixpkgs/5181d5945eda382ff6a9ca3e072ed6ea9b547fee' (2022-04-15) → 'github:nixos/nixpkgs/1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502' (2022-05-16) • Updated input 'naersk': 'github:nix-community/naersk/e8f9f8d037774becd82fce2781e1abdb7836d7df' (2022-04-18) → 'github:nix-community/naersk/69daaceebe12c070cd5ae69ba38f277bbf033695' (2022-05-24) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/6b4ebea9093c997c5f275c820e679108de4871ab' (2022-04-21) → 'github:nixos/nixos-hardware/39a7bfc496d2ddfce73fe9542af1f2029ba4fe39' (2022-05-25) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6c97721a01ac68a5bd52569eb43e8dbba4ba7db3' (2022-05-24) → 'github:nixos/nixpkgs/e3a8165d29a5ade81d8588ce11362b5a318b8eb7' (2022-05-25) • Updated input 'nixpkgs-master': 'github:nixos/nixpkgs/887cf48b06ae81492475dc2e54eb5258270379a4' (2022-05-01) → 'github:nixos/nixpkgs/29777bb048a72132def87e5aa42b82d5522cea98' (2022-05-25) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c2614c4fe61943b3d280ac1892fcebe6e8eaf8c8' (2022-04-12) → 'github:Mic92/sops-nix/7385b12722ce903e477878147794bed9040227e2' (2022-05-25) • Added input 'sops-nix/nixpkgs-21_11': 'github:NixOS/nixpkgs/b5991e4971523a5fcc9413b9003b58e5c15aa7d8' (2022-05-21) • Added input 'sops-nix/nixpkgs-22_05': 'github:NixOS/nixpkgs/0c3bf3a5c3ab6be29138b88900c417660a284fbd' (2022-05-25) • Updated input 'spacemsg': 'github:astro/spacemsg/78f69aab49e4e557e09a910edcf53cd6066741c0' (2022-01-08) → 'github:astro/spacemsg/4e52238d48507be21acdd086a2d17af7f4781b44' (2022-05-06) • Updated input 'ticker': 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b0eed0dc4b697849d9a42051c6207637d3e9b083' (2022-02-28) → 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b2f2b53429b27fd61d396c48e59aa24bcb9ce318' (2022-05-04)
2022-05-26 02:10:52 +02:00
"rev": "69daaceebe12c070cd5ae69ba38f277bbf033695",
2021-12-16 01:29:00 +01:00
"type": "github"
},
"original": {
2022-04-24 21:56:45 +02:00
"owner": "nix-community",
2021-12-16 01:29:00 +01:00
"repo": "naersk",
"type": "github"
}
},
"newNixpkgs": {
"locked": {
"lastModified": 1647380550,
"narHash": "sha256-909TI9poX7CIUiFx203WL29YON6m/I6k0ExbZvR7bLM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6e3ee8957637a60f5072e33d78e05c0f65c54366",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
}
},
2022-05-12 02:58:47 +02:00
"nix": {
"inputs": {
"lowdown-src": "lowdown-src",
"nixpkgs": "nixpkgs",
2022-05-12 02:58:47 +02:00
"nixpkgs-regression": "nixpkgs-regression"
},
"locked": {
"lastModified": 1649172203,
"narHash": "sha256-Q3nYaXqbseDOvZrlePKeIrx0/KzqyrtNpxHIUbtFHuI=",
"owner": "NixOS",
2022-05-12 02:58:47 +02:00
"repo": "nix",
"rev": "5fe4fe823c193cbb7bfa05a468de91eeab09058d",
2022-05-12 02:58:47 +02:00
"type": "github"
},
"original": {
"id": "nix",
"type": "indirect"
2022-05-12 02:58:47 +02:00
}
},
"nixos-hardware": {
"locked": {
flake.lock: Update Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/a43a475f0854a9923271da3c8a960e2461114ead' (2022-05-06) → 'github:nix-community/fenix/9a49d754de250ad696e49c9ae4ce4561ffe3fc38' (2022-05-25) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/1f709d54463972b189a3120be4073c507f2fbc00' (2022-05-04) → 'github:rust-lang/rust-analyzer/d7c147406eff20783abba6ff1fe250ecc44cf800' (2022-05-24) • Updated input 'hydra': 'github:nixos/hydra/7c133a98f8e689cdc13f8a1adaaa9cd75d039a35' (2022-05-02) → 'github:nixos/hydra/27023b514a84999131c9d26108502fbc53296a7f' (2022-05-18) • Updated input 'microvm': 'github:astro/microvm.nix/95bca60048a486d71d0d63f51e66bedabaf6a4c7' (2022-05-12) → 'github:astro/microvm.nix/309e172528cb6589210c2b19f0f8fc15a0fe2384' (2022-05-24) • Updated input 'microvm/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/04b4d989fda8f14e6fcd1fee631eab9c54d15b97' (2022-05-16) • Updated input 'microvm/nixpkgs': 'github:nixos/nixpkgs/5181d5945eda382ff6a9ca3e072ed6ea9b547fee' (2022-04-15) → 'github:nixos/nixpkgs/1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502' (2022-05-16) • Updated input 'naersk': 'github:nix-community/naersk/e8f9f8d037774becd82fce2781e1abdb7836d7df' (2022-04-18) → 'github:nix-community/naersk/69daaceebe12c070cd5ae69ba38f277bbf033695' (2022-05-24) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/6b4ebea9093c997c5f275c820e679108de4871ab' (2022-04-21) → 'github:nixos/nixos-hardware/39a7bfc496d2ddfce73fe9542af1f2029ba4fe39' (2022-05-25) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6c97721a01ac68a5bd52569eb43e8dbba4ba7db3' (2022-05-24) → 'github:nixos/nixpkgs/e3a8165d29a5ade81d8588ce11362b5a318b8eb7' (2022-05-25) • Updated input 'nixpkgs-master': 'github:nixos/nixpkgs/887cf48b06ae81492475dc2e54eb5258270379a4' (2022-05-01) → 'github:nixos/nixpkgs/29777bb048a72132def87e5aa42b82d5522cea98' (2022-05-25) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c2614c4fe61943b3d280ac1892fcebe6e8eaf8c8' (2022-04-12) → 'github:Mic92/sops-nix/7385b12722ce903e477878147794bed9040227e2' (2022-05-25) • Added input 'sops-nix/nixpkgs-21_11': 'github:NixOS/nixpkgs/b5991e4971523a5fcc9413b9003b58e5c15aa7d8' (2022-05-21) • Added input 'sops-nix/nixpkgs-22_05': 'github:NixOS/nixpkgs/0c3bf3a5c3ab6be29138b88900c417660a284fbd' (2022-05-25) • Updated input 'spacemsg': 'github:astro/spacemsg/78f69aab49e4e557e09a910edcf53cd6066741c0' (2022-01-08) → 'github:astro/spacemsg/4e52238d48507be21acdd086a2d17af7f4781b44' (2022-05-06) • Updated input 'ticker': 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b0eed0dc4b697849d9a42051c6207637d3e9b083' (2022-02-28) → 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b2f2b53429b27fd61d396c48e59aa24bcb9ce318' (2022-05-04)
2022-05-26 02:10:52 +02:00
"lastModified": 1653463224,
"narHash": "sha256-bUxKhqZhki2vPzFTl8HOo1m7pagF7WzY1MZiso8U5ws=",
2021-10-07 20:19:48 +02:00
"owner": "nixos",
"repo": "nixos-hardware",
flake.lock: Update Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/a43a475f0854a9923271da3c8a960e2461114ead' (2022-05-06) → 'github:nix-community/fenix/9a49d754de250ad696e49c9ae4ce4561ffe3fc38' (2022-05-25) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/1f709d54463972b189a3120be4073c507f2fbc00' (2022-05-04) → 'github:rust-lang/rust-analyzer/d7c147406eff20783abba6ff1fe250ecc44cf800' (2022-05-24) • Updated input 'hydra': 'github:nixos/hydra/7c133a98f8e689cdc13f8a1adaaa9cd75d039a35' (2022-05-02) → 'github:nixos/hydra/27023b514a84999131c9d26108502fbc53296a7f' (2022-05-18) • Updated input 'microvm': 'github:astro/microvm.nix/95bca60048a486d71d0d63f51e66bedabaf6a4c7' (2022-05-12) → 'github:astro/microvm.nix/309e172528cb6589210c2b19f0f8fc15a0fe2384' (2022-05-24) • Updated input 'microvm/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/04b4d989fda8f14e6fcd1fee631eab9c54d15b97' (2022-05-16) • Updated input 'microvm/nixpkgs': 'github:nixos/nixpkgs/5181d5945eda382ff6a9ca3e072ed6ea9b547fee' (2022-04-15) → 'github:nixos/nixpkgs/1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502' (2022-05-16) • Updated input 'naersk': 'github:nix-community/naersk/e8f9f8d037774becd82fce2781e1abdb7836d7df' (2022-04-18) → 'github:nix-community/naersk/69daaceebe12c070cd5ae69ba38f277bbf033695' (2022-05-24) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/6b4ebea9093c997c5f275c820e679108de4871ab' (2022-04-21) → 'github:nixos/nixos-hardware/39a7bfc496d2ddfce73fe9542af1f2029ba4fe39' (2022-05-25) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6c97721a01ac68a5bd52569eb43e8dbba4ba7db3' (2022-05-24) → 'github:nixos/nixpkgs/e3a8165d29a5ade81d8588ce11362b5a318b8eb7' (2022-05-25) • Updated input 'nixpkgs-master': 'github:nixos/nixpkgs/887cf48b06ae81492475dc2e54eb5258270379a4' (2022-05-01) → 'github:nixos/nixpkgs/29777bb048a72132def87e5aa42b82d5522cea98' (2022-05-25) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c2614c4fe61943b3d280ac1892fcebe6e8eaf8c8' (2022-04-12) → 'github:Mic92/sops-nix/7385b12722ce903e477878147794bed9040227e2' (2022-05-25) • Added input 'sops-nix/nixpkgs-21_11': 'github:NixOS/nixpkgs/b5991e4971523a5fcc9413b9003b58e5c15aa7d8' (2022-05-21) • Added input 'sops-nix/nixpkgs-22_05': 'github:NixOS/nixpkgs/0c3bf3a5c3ab6be29138b88900c417660a284fbd' (2022-05-25) • Updated input 'spacemsg': 'github:astro/spacemsg/78f69aab49e4e557e09a910edcf53cd6066741c0' (2022-01-08) → 'github:astro/spacemsg/4e52238d48507be21acdd086a2d17af7f4781b44' (2022-05-06) • Updated input 'ticker': 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b0eed0dc4b697849d9a42051c6207637d3e9b083' (2022-02-28) → 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b2f2b53429b27fd61d396c48e59aa24bcb9ce318' (2022-05-04)
2022-05-26 02:10:52 +02:00
"rev": "39a7bfc496d2ddfce73fe9542af1f2029ba4fe39",
"type": "github"
},
"original": {
2021-10-07 20:19:48 +02:00
"owner": "nixos",
"repo": "nixos-hardware",
"type": "github"
}
},
"nixpkgs": {
2020-04-15 19:00:56 +02:00
"locked": {
"lastModified": 1645296114,
"narHash": "sha256-y53N7TyIkXsjMpOG7RhvqJFGDacLs9HlyHeSTBioqYU=",
"owner": "NixOS",
2020-04-15 19:00:56 +02:00
"repo": "nixpkgs",
"rev": "530a53dcbc9437363471167a5e4762c5fcfa34a1",
2020-04-15 19:00:56 +02:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-21.05-small",
"type": "indirect"
2020-04-15 19:00:56 +02:00
}
},
flake.lock: Update Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/a43a475f0854a9923271da3c8a960e2461114ead' (2022-05-06) → 'github:nix-community/fenix/9a49d754de250ad696e49c9ae4ce4561ffe3fc38' (2022-05-25) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/1f709d54463972b189a3120be4073c507f2fbc00' (2022-05-04) → 'github:rust-lang/rust-analyzer/d7c147406eff20783abba6ff1fe250ecc44cf800' (2022-05-24) • Updated input 'hydra': 'github:nixos/hydra/7c133a98f8e689cdc13f8a1adaaa9cd75d039a35' (2022-05-02) → 'github:nixos/hydra/27023b514a84999131c9d26108502fbc53296a7f' (2022-05-18) • Updated input 'microvm': 'github:astro/microvm.nix/95bca60048a486d71d0d63f51e66bedabaf6a4c7' (2022-05-12) → 'github:astro/microvm.nix/309e172528cb6589210c2b19f0f8fc15a0fe2384' (2022-05-24) • Updated input 'microvm/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/04b4d989fda8f14e6fcd1fee631eab9c54d15b97' (2022-05-16) • Updated input 'microvm/nixpkgs': 'github:nixos/nixpkgs/5181d5945eda382ff6a9ca3e072ed6ea9b547fee' (2022-04-15) → 'github:nixos/nixpkgs/1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502' (2022-05-16) • Updated input 'naersk': 'github:nix-community/naersk/e8f9f8d037774becd82fce2781e1abdb7836d7df' (2022-04-18) → 'github:nix-community/naersk/69daaceebe12c070cd5ae69ba38f277bbf033695' (2022-05-24) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/6b4ebea9093c997c5f275c820e679108de4871ab' (2022-04-21) → 'github:nixos/nixos-hardware/39a7bfc496d2ddfce73fe9542af1f2029ba4fe39' (2022-05-25) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6c97721a01ac68a5bd52569eb43e8dbba4ba7db3' (2022-05-24) → 'github:nixos/nixpkgs/e3a8165d29a5ade81d8588ce11362b5a318b8eb7' (2022-05-25) • Updated input 'nixpkgs-master': 'github:nixos/nixpkgs/887cf48b06ae81492475dc2e54eb5258270379a4' (2022-05-01) → 'github:nixos/nixpkgs/29777bb048a72132def87e5aa42b82d5522cea98' (2022-05-25) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c2614c4fe61943b3d280ac1892fcebe6e8eaf8c8' (2022-04-12) → 'github:Mic92/sops-nix/7385b12722ce903e477878147794bed9040227e2' (2022-05-25) • Added input 'sops-nix/nixpkgs-21_11': 'github:NixOS/nixpkgs/b5991e4971523a5fcc9413b9003b58e5c15aa7d8' (2022-05-21) • Added input 'sops-nix/nixpkgs-22_05': 'github:NixOS/nixpkgs/0c3bf3a5c3ab6be29138b88900c417660a284fbd' (2022-05-25) • Updated input 'spacemsg': 'github:astro/spacemsg/78f69aab49e4e557e09a910edcf53cd6066741c0' (2022-01-08) → 'github:astro/spacemsg/4e52238d48507be21acdd086a2d17af7f4781b44' (2022-05-06) • Updated input 'ticker': 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b0eed0dc4b697849d9a42051c6207637d3e9b083' (2022-02-28) → 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b2f2b53429b27fd61d396c48e59aa24bcb9ce318' (2022-05-04)
2022-05-26 02:10:52 +02:00
"nixpkgs-21_11": {
"locked": {
2022-05-31 12:47:58 +02:00
"lastModified": 1653819578,
"narHash": "sha256-a1vaUl6VZz1NsWxMw0i5lRyHIOVUIuMZdQzV+4s+rY8=",
flake.lock: Update Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/a43a475f0854a9923271da3c8a960e2461114ead' (2022-05-06) → 'github:nix-community/fenix/9a49d754de250ad696e49c9ae4ce4561ffe3fc38' (2022-05-25) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/1f709d54463972b189a3120be4073c507f2fbc00' (2022-05-04) → 'github:rust-lang/rust-analyzer/d7c147406eff20783abba6ff1fe250ecc44cf800' (2022-05-24) • Updated input 'hydra': 'github:nixos/hydra/7c133a98f8e689cdc13f8a1adaaa9cd75d039a35' (2022-05-02) → 'github:nixos/hydra/27023b514a84999131c9d26108502fbc53296a7f' (2022-05-18) • Updated input 'microvm': 'github:astro/microvm.nix/95bca60048a486d71d0d63f51e66bedabaf6a4c7' (2022-05-12) → 'github:astro/microvm.nix/309e172528cb6589210c2b19f0f8fc15a0fe2384' (2022-05-24) • Updated input 'microvm/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/04b4d989fda8f14e6fcd1fee631eab9c54d15b97' (2022-05-16) • Updated input 'microvm/nixpkgs': 'github:nixos/nixpkgs/5181d5945eda382ff6a9ca3e072ed6ea9b547fee' (2022-04-15) → 'github:nixos/nixpkgs/1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502' (2022-05-16) • Updated input 'naersk': 'github:nix-community/naersk/e8f9f8d037774becd82fce2781e1abdb7836d7df' (2022-04-18) → 'github:nix-community/naersk/69daaceebe12c070cd5ae69ba38f277bbf033695' (2022-05-24) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/6b4ebea9093c997c5f275c820e679108de4871ab' (2022-04-21) → 'github:nixos/nixos-hardware/39a7bfc496d2ddfce73fe9542af1f2029ba4fe39' (2022-05-25) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6c97721a01ac68a5bd52569eb43e8dbba4ba7db3' (2022-05-24) → 'github:nixos/nixpkgs/e3a8165d29a5ade81d8588ce11362b5a318b8eb7' (2022-05-25) • Updated input 'nixpkgs-master': 'github:nixos/nixpkgs/887cf48b06ae81492475dc2e54eb5258270379a4' (2022-05-01) → 'github:nixos/nixpkgs/29777bb048a72132def87e5aa42b82d5522cea98' (2022-05-25) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c2614c4fe61943b3d280ac1892fcebe6e8eaf8c8' (2022-04-12) → 'github:Mic92/sops-nix/7385b12722ce903e477878147794bed9040227e2' (2022-05-25) • Added input 'sops-nix/nixpkgs-21_11': 'github:NixOS/nixpkgs/b5991e4971523a5fcc9413b9003b58e5c15aa7d8' (2022-05-21) • Added input 'sops-nix/nixpkgs-22_05': 'github:NixOS/nixpkgs/0c3bf3a5c3ab6be29138b88900c417660a284fbd' (2022-05-25) • Updated input 'spacemsg': 'github:astro/spacemsg/78f69aab49e4e557e09a910edcf53cd6066741c0' (2022-01-08) → 'github:astro/spacemsg/4e52238d48507be21acdd086a2d17af7f4781b44' (2022-05-06) • Updated input 'ticker': 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b0eed0dc4b697849d9a42051c6207637d3e9b083' (2022-02-28) → 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b2f2b53429b27fd61d396c48e59aa24bcb9ce318' (2022-05-04)
2022-05-26 02:10:52 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-05-31 12:47:58 +02:00
"rev": "baa82d4b626288c7439eeea073a18aabbe435991",
flake.lock: Update Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/a43a475f0854a9923271da3c8a960e2461114ead' (2022-05-06) → 'github:nix-community/fenix/9a49d754de250ad696e49c9ae4ce4561ffe3fc38' (2022-05-25) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/1f709d54463972b189a3120be4073c507f2fbc00' (2022-05-04) → 'github:rust-lang/rust-analyzer/d7c147406eff20783abba6ff1fe250ecc44cf800' (2022-05-24) • Updated input 'hydra': 'github:nixos/hydra/7c133a98f8e689cdc13f8a1adaaa9cd75d039a35' (2022-05-02) → 'github:nixos/hydra/27023b514a84999131c9d26108502fbc53296a7f' (2022-05-18) • Updated input 'microvm': 'github:astro/microvm.nix/95bca60048a486d71d0d63f51e66bedabaf6a4c7' (2022-05-12) → 'github:astro/microvm.nix/309e172528cb6589210c2b19f0f8fc15a0fe2384' (2022-05-24) • Updated input 'microvm/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/04b4d989fda8f14e6fcd1fee631eab9c54d15b97' (2022-05-16) • Updated input 'microvm/nixpkgs': 'github:nixos/nixpkgs/5181d5945eda382ff6a9ca3e072ed6ea9b547fee' (2022-04-15) → 'github:nixos/nixpkgs/1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502' (2022-05-16) • Updated input 'naersk': 'github:nix-community/naersk/e8f9f8d037774becd82fce2781e1abdb7836d7df' (2022-04-18) → 'github:nix-community/naersk/69daaceebe12c070cd5ae69ba38f277bbf033695' (2022-05-24) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/6b4ebea9093c997c5f275c820e679108de4871ab' (2022-04-21) → 'github:nixos/nixos-hardware/39a7bfc496d2ddfce73fe9542af1f2029ba4fe39' (2022-05-25) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6c97721a01ac68a5bd52569eb43e8dbba4ba7db3' (2022-05-24) → 'github:nixos/nixpkgs/e3a8165d29a5ade81d8588ce11362b5a318b8eb7' (2022-05-25) • Updated input 'nixpkgs-master': 'github:nixos/nixpkgs/887cf48b06ae81492475dc2e54eb5258270379a4' (2022-05-01) → 'github:nixos/nixpkgs/29777bb048a72132def87e5aa42b82d5522cea98' (2022-05-25) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c2614c4fe61943b3d280ac1892fcebe6e8eaf8c8' (2022-04-12) → 'github:Mic92/sops-nix/7385b12722ce903e477878147794bed9040227e2' (2022-05-25) • Added input 'sops-nix/nixpkgs-21_11': 'github:NixOS/nixpkgs/b5991e4971523a5fcc9413b9003b58e5c15aa7d8' (2022-05-21) • Added input 'sops-nix/nixpkgs-22_05': 'github:NixOS/nixpkgs/0c3bf3a5c3ab6be29138b88900c417660a284fbd' (2022-05-25) • Updated input 'spacemsg': 'github:astro/spacemsg/78f69aab49e4e557e09a910edcf53cd6066741c0' (2022-01-08) → 'github:astro/spacemsg/4e52238d48507be21acdd086a2d17af7f4781b44' (2022-05-06) • Updated input 'ticker': 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b0eed0dc4b697849d9a42051c6207637d3e9b083' (2022-02-28) → 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b2f2b53429b27fd61d396c48e59aa24bcb9ce318' (2022-05-04)
2022-05-26 02:10:52 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-21.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-22_05": {
"locked": {
2022-05-31 12:47:58 +02:00
"lastModified": 1653822412,
"narHash": "sha256-xZwMDQ8MdNiTwE8dcKAX1h3qCmLtuudNGxmFUX3xIes=",
flake.lock: Update Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/a43a475f0854a9923271da3c8a960e2461114ead' (2022-05-06) → 'github:nix-community/fenix/9a49d754de250ad696e49c9ae4ce4561ffe3fc38' (2022-05-25) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/1f709d54463972b189a3120be4073c507f2fbc00' (2022-05-04) → 'github:rust-lang/rust-analyzer/d7c147406eff20783abba6ff1fe250ecc44cf800' (2022-05-24) • Updated input 'hydra': 'github:nixos/hydra/7c133a98f8e689cdc13f8a1adaaa9cd75d039a35' (2022-05-02) → 'github:nixos/hydra/27023b514a84999131c9d26108502fbc53296a7f' (2022-05-18) • Updated input 'microvm': 'github:astro/microvm.nix/95bca60048a486d71d0d63f51e66bedabaf6a4c7' (2022-05-12) → 'github:astro/microvm.nix/309e172528cb6589210c2b19f0f8fc15a0fe2384' (2022-05-24) • Updated input 'microvm/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/04b4d989fda8f14e6fcd1fee631eab9c54d15b97' (2022-05-16) • Updated input 'microvm/nixpkgs': 'github:nixos/nixpkgs/5181d5945eda382ff6a9ca3e072ed6ea9b547fee' (2022-04-15) → 'github:nixos/nixpkgs/1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502' (2022-05-16) • Updated input 'naersk': 'github:nix-community/naersk/e8f9f8d037774becd82fce2781e1abdb7836d7df' (2022-04-18) → 'github:nix-community/naersk/69daaceebe12c070cd5ae69ba38f277bbf033695' (2022-05-24) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/6b4ebea9093c997c5f275c820e679108de4871ab' (2022-04-21) → 'github:nixos/nixos-hardware/39a7bfc496d2ddfce73fe9542af1f2029ba4fe39' (2022-05-25) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6c97721a01ac68a5bd52569eb43e8dbba4ba7db3' (2022-05-24) → 'github:nixos/nixpkgs/e3a8165d29a5ade81d8588ce11362b5a318b8eb7' (2022-05-25) • Updated input 'nixpkgs-master': 'github:nixos/nixpkgs/887cf48b06ae81492475dc2e54eb5258270379a4' (2022-05-01) → 'github:nixos/nixpkgs/29777bb048a72132def87e5aa42b82d5522cea98' (2022-05-25) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c2614c4fe61943b3d280ac1892fcebe6e8eaf8c8' (2022-04-12) → 'github:Mic92/sops-nix/7385b12722ce903e477878147794bed9040227e2' (2022-05-25) • Added input 'sops-nix/nixpkgs-21_11': 'github:NixOS/nixpkgs/b5991e4971523a5fcc9413b9003b58e5c15aa7d8' (2022-05-21) • Added input 'sops-nix/nixpkgs-22_05': 'github:NixOS/nixpkgs/0c3bf3a5c3ab6be29138b88900c417660a284fbd' (2022-05-25) • Updated input 'spacemsg': 'github:astro/spacemsg/78f69aab49e4e557e09a910edcf53cd6066741c0' (2022-01-08) → 'github:astro/spacemsg/4e52238d48507be21acdd086a2d17af7f4781b44' (2022-05-06) • Updated input 'ticker': 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b0eed0dc4b697849d9a42051c6207637d3e9b083' (2022-02-28) → 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b2f2b53429b27fd61d396c48e59aa24bcb9ce318' (2022-05-04)
2022-05-26 02:10:52 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-05-31 12:47:58 +02:00
"rev": "db78278ff296cf21eca7e8c08ee99707387a54fa",
flake.lock: Update Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/a43a475f0854a9923271da3c8a960e2461114ead' (2022-05-06) → 'github:nix-community/fenix/9a49d754de250ad696e49c9ae4ce4561ffe3fc38' (2022-05-25) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/1f709d54463972b189a3120be4073c507f2fbc00' (2022-05-04) → 'github:rust-lang/rust-analyzer/d7c147406eff20783abba6ff1fe250ecc44cf800' (2022-05-24) • Updated input 'hydra': 'github:nixos/hydra/7c133a98f8e689cdc13f8a1adaaa9cd75d039a35' (2022-05-02) → 'github:nixos/hydra/27023b514a84999131c9d26108502fbc53296a7f' (2022-05-18) • Updated input 'microvm': 'github:astro/microvm.nix/95bca60048a486d71d0d63f51e66bedabaf6a4c7' (2022-05-12) → 'github:astro/microvm.nix/309e172528cb6589210c2b19f0f8fc15a0fe2384' (2022-05-24) • Updated input 'microvm/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/04b4d989fda8f14e6fcd1fee631eab9c54d15b97' (2022-05-16) • Updated input 'microvm/nixpkgs': 'github:nixos/nixpkgs/5181d5945eda382ff6a9ca3e072ed6ea9b547fee' (2022-04-15) → 'github:nixos/nixpkgs/1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502' (2022-05-16) • Updated input 'naersk': 'github:nix-community/naersk/e8f9f8d037774becd82fce2781e1abdb7836d7df' (2022-04-18) → 'github:nix-community/naersk/69daaceebe12c070cd5ae69ba38f277bbf033695' (2022-05-24) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/6b4ebea9093c997c5f275c820e679108de4871ab' (2022-04-21) → 'github:nixos/nixos-hardware/39a7bfc496d2ddfce73fe9542af1f2029ba4fe39' (2022-05-25) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6c97721a01ac68a5bd52569eb43e8dbba4ba7db3' (2022-05-24) → 'github:nixos/nixpkgs/e3a8165d29a5ade81d8588ce11362b5a318b8eb7' (2022-05-25) • Updated input 'nixpkgs-master': 'github:nixos/nixpkgs/887cf48b06ae81492475dc2e54eb5258270379a4' (2022-05-01) → 'github:nixos/nixpkgs/29777bb048a72132def87e5aa42b82d5522cea98' (2022-05-25) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c2614c4fe61943b3d280ac1892fcebe6e8eaf8c8' (2022-04-12) → 'github:Mic92/sops-nix/7385b12722ce903e477878147794bed9040227e2' (2022-05-25) • Added input 'sops-nix/nixpkgs-21_11': 'github:NixOS/nixpkgs/b5991e4971523a5fcc9413b9003b58e5c15aa7d8' (2022-05-21) • Added input 'sops-nix/nixpkgs-22_05': 'github:NixOS/nixpkgs/0c3bf3a5c3ab6be29138b88900c417660a284fbd' (2022-05-25) • Updated input 'spacemsg': 'github:astro/spacemsg/78f69aab49e4e557e09a910edcf53cd6066741c0' (2022-01-08) → 'github:astro/spacemsg/4e52238d48507be21acdd086a2d17af7f4781b44' (2022-05-06) • Updated input 'ticker': 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b0eed0dc4b697849d9a42051c6207637d3e9b083' (2022-02-28) → 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b2f2b53429b27fd61d396c48e59aa24bcb9ce318' (2022-05-04)
2022-05-26 02:10:52 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-22.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-mobilizon": {
"locked": {
2022-01-07 21:25:44 +01:00
"lastModified": 1640913261,
"narHash": "sha256-xzrqwWSQ8H+yLYrZQIOJ1TsL7YB7tIP4c8pqNzUzZLY=",
"owner": "minijackson",
"repo": "nixpkgs",
2022-01-07 21:25:44 +01:00
"rev": "5d7e6012eb4bc77ba4ab0907a3e66ef4138362c3",
"type": "github"
},
"original": {
"owner": "minijackson",
2021-12-29 21:08:51 +01:00
"ref": "mobilizon",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-openwebrx": {
"locked": {
"lastModified": 1645542750,
"narHash": "sha256-QuOgoikJcxpqjANlzs3Vdc5F3aach7gM01MB3YE9DSg=",
"owner": "astro",
"repo": "nixpkgs",
"rev": "ccb8d19ff2bc72a1b1a12e79cce9a9e531acb77c",
"type": "github"
},
"original": {
"owner": "astro",
"ref": "openwebrx",
"repo": "nixpkgs",
"type": "github"
}
},
2022-05-12 02:58:47 +02:00
"nixpkgs-regression": {
"locked": {
"lastModified": 1643052045,
"narHash": "sha256-uGJ0VXIhWKGXxkeNnq4TvV3CIOkUJ3PAoLZ3HMzNVMw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2",
"type": "github"
},
"original": {
"id": "nixpkgs",
2022-05-31 12:47:58 +02:00
"rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2",
"type": "indirect"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1653988320,
"narHash": "sha256-ZaqFFsSDipZ6KVqriwM34T739+KLYJvNmCWzErjAg7c=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2fa57ed190fd6c7c746319444f34b5917666e5c1",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "release-22.05",
"repo": "nixpkgs",
"type": "github"
}
},
2021-11-07 03:37:19 +01:00
"openwrt": {
"flake": false,
"locked": {
2022-05-31 12:47:58 +02:00
"lastModified": 1652825488,
"narHash": "sha256-cnkCtpdHBx55mxvw2c8cMua1adNWYoaLsjURgyvf61g=",
2021-11-07 03:37:19 +01:00
"ref": "openwrt-21.02",
2022-05-31 12:47:58 +02:00
"rev": "ce92de8c8c90aa2a6281cbfb046fcf6498b78786",
"revCount": 51055,
2021-11-07 03:37:19 +01:00
"type": "git",
"url": "https://git.openwrt.org/openwrt/openwrt.git"
},
"original": {
"ref": "openwrt-21.02",
"type": "git",
"url": "https://git.openwrt.org/openwrt/openwrt.git"
}
},
"openwrt-imagebuilder": {
"inputs": {
2022-05-31 12:47:58 +02:00
"nixpkgs": [
"nixpkgs"
],
"openwrt": [
"openwrt"
]
},
"locked": {
2022-05-31 12:47:58 +02:00
"lastModified": 1652104163,
"narHash": "sha256-jqWI3nYPjUvsQbOnwEn12TmzYDrJ4e/uuVCaQzSvDaA=",
"owner": "astro",
"repo": "nix-openwrt-imagebuilder",
2022-05-31 12:47:58 +02:00
"rev": "4061b83f327f3feb9326c69e6df60065758a4470",
"type": "github"
},
"original": {
"owner": "astro",
"repo": "nix-openwrt-imagebuilder",
"type": "github"
}
},
"root": {
"inputs": {
2021-12-16 01:29:00 +01:00
"fenix": "fenix",
2021-10-30 02:02:08 +02:00
"heliwatch": "heliwatch",
2022-05-12 02:58:47 +02:00
"hydra": "hydra",
2022-05-15 02:46:14 +02:00
"microvm": "microvm",
2022-04-17 22:45:05 +02:00
"naersk": "naersk",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_2",
"nixpkgs-mobilizon": "nixpkgs-mobilizon",
"nixpkgs-openwebrx": "nixpkgs-openwebrx",
2022-05-31 12:47:58 +02:00
"openwrt": "openwrt",
"openwrt-imagebuilder": "openwrt-imagebuilder",
"scrapers": "scrapers",
2021-03-06 01:13:27 +01:00
"secrets": "secrets",
"sops-nix": "sops-nix",
2021-09-10 00:21:38 +02:00
"spacemsg": "spacemsg",
2021-09-08 01:22:40 +02:00
"ticker": "ticker",
2021-03-22 16:22:57 +01:00
"tigger": "tigger",
2021-09-07 00:46:39 +02:00
"yammat": "yammat",
"zentralwerk": "zentralwerk"
}
},
2021-12-16 01:29:00 +01:00
"rust-analyzer-src": {
"flake": false,
"locked": {
2022-05-31 12:47:58 +02:00
"lastModified": 1653919537,
"narHash": "sha256-SasAyTjxvSRlP5istn8MealvR6qpBKYx3nNdAqUe/o8=",
2022-05-06 23:50:52 +02:00
"owner": "rust-lang",
2021-12-16 01:29:00 +01:00
"repo": "rust-analyzer",
2022-05-31 12:47:58 +02:00
"rev": "a5d7ab54f950d197d79b8f9739016f18a93bc491",
2021-12-16 01:29:00 +01:00
"type": "github"
},
"original": {
2022-05-06 23:50:52 +02:00
"owner": "rust-lang",
2021-12-16 01:29:00 +01:00
"ref": "nightly",
"repo": "rust-analyzer",
"type": "github"
}
},
"scrapers": {
"flake": false,
"locked": {
flake.lock: Update Flake lock file changes: • Updated input 'fenix': 'github:rvolosatovs/fenix/f2f72651c89126d9b4790f4f0b85c141579a9da6' (2022-02-23) → 'github:rvolosatovs/fenix/c1a1b0672de1154c2111884702bbb8d028b11a79' (2022-03-15) • Updated input 'fenix/rust-analyzer-src': 'github:rust-analyzer/rust-analyzer/c0ee2f23ff70349704dfe8448027a41b7788eb37' (2022-02-21) → 'github:rust-analyzer/rust-analyzer/5e8515870674983cce5b945946045bc1e9b80200' (2022-03-13) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/c3c66f6db4ac74a59eb83d83e40c10046ebc0b8c' (2022-02-26) → 'github:nixos/nixos-hardware/feceb4d24f582817d8f6e737cd40af9e162dee05' (2022-03-24) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/7a6f7df2e4ef9c7563b73838c7f86a1d6dd0755b' (2022-03-03) → 'github:nixos/nixpkgs/9ccf045d61415895117dea79383e17c5c4abd2f6' (2022-03-27) • Updated input 'nixpkgs-unstable': 'github:nixos/nixpkgs/a4d921be21135b13ce6c775d08d4bf6f5df37528' (2022-03-03) → 'github:nixos/nixpkgs/adb84433920286660e7ca3627b1b090e3fd6e9c6' (2022-03-27) • Updated input 'scrapers': 'git+https://gitea.c3d2.de/astro/scrapers.git?ref=master&rev=510be564ab912cdefa12b6f944aed82f3aab76cc' (2022-03-15) → 'git+https://gitea.c3d2.de/astro/scrapers.git?ref=master&rev=81db905da940ebd02c446f9c9e1127406f3c136b' (2022-03-15) • Updated input 'sops-nix': 'github:Mic92/sops-nix/afb0d686dced029ea720c466f693c12ebfd4107b' (2022-02-26) → 'github:Mic92/sops-nix/c01f48b055ac776f9831c9d4a0fff83e3b74dbe3' (2022-03-14) • Updated input 'zentralwerk': 'git+https://gitea.c3d2.de/zentralwerk/network.git?ref=master&rev=8d64902f6a821da367c9dd684f04d86ff374e335' (2022-03-16) → 'git+https://gitea.c3d2.de/zentralwerk/network.git?ref=master&rev=4625eef8cb7b00a3b21e0e91adac7a00c9178b8c' (2022-03-26)
2022-03-27 10:06:22 +02:00
"lastModified": 1647380283,
"narHash": "sha256-OJkUm4bJrgaZeaKvvE1VCmrAn/cxV62Nvv0o22A6GGc=",
2022-05-31 12:47:58 +02:00
"ref": "refs/heads/master",
flake.lock: Update Flake lock file changes: • Updated input 'fenix': 'github:rvolosatovs/fenix/f2f72651c89126d9b4790f4f0b85c141579a9da6' (2022-02-23) → 'github:rvolosatovs/fenix/c1a1b0672de1154c2111884702bbb8d028b11a79' (2022-03-15) • Updated input 'fenix/rust-analyzer-src': 'github:rust-analyzer/rust-analyzer/c0ee2f23ff70349704dfe8448027a41b7788eb37' (2022-02-21) → 'github:rust-analyzer/rust-analyzer/5e8515870674983cce5b945946045bc1e9b80200' (2022-03-13) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/c3c66f6db4ac74a59eb83d83e40c10046ebc0b8c' (2022-02-26) → 'github:nixos/nixos-hardware/feceb4d24f582817d8f6e737cd40af9e162dee05' (2022-03-24) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/7a6f7df2e4ef9c7563b73838c7f86a1d6dd0755b' (2022-03-03) → 'github:nixos/nixpkgs/9ccf045d61415895117dea79383e17c5c4abd2f6' (2022-03-27) • Updated input 'nixpkgs-unstable': 'github:nixos/nixpkgs/a4d921be21135b13ce6c775d08d4bf6f5df37528' (2022-03-03) → 'github:nixos/nixpkgs/adb84433920286660e7ca3627b1b090e3fd6e9c6' (2022-03-27) • Updated input 'scrapers': 'git+https://gitea.c3d2.de/astro/scrapers.git?ref=master&rev=510be564ab912cdefa12b6f944aed82f3aab76cc' (2022-03-15) → 'git+https://gitea.c3d2.de/astro/scrapers.git?ref=master&rev=81db905da940ebd02c446f9c9e1127406f3c136b' (2022-03-15) • Updated input 'sops-nix': 'github:Mic92/sops-nix/afb0d686dced029ea720c466f693c12ebfd4107b' (2022-02-26) → 'github:Mic92/sops-nix/c01f48b055ac776f9831c9d4a0fff83e3b74dbe3' (2022-03-14) • Updated input 'zentralwerk': 'git+https://gitea.c3d2.de/zentralwerk/network.git?ref=master&rev=8d64902f6a821da367c9dd684f04d86ff374e335' (2022-03-16) → 'git+https://gitea.c3d2.de/zentralwerk/network.git?ref=master&rev=4625eef8cb7b00a3b21e0e91adac7a00c9178b8c' (2022-03-26)
2022-03-27 10:06:22 +02:00
"rev": "81db905da940ebd02c446f9c9e1127406f3c136b",
"revCount": 44,
"type": "git",
"url": "https://gitea.c3d2.de/astro/scrapers.git"
},
"original": {
"type": "git",
"url": "https://gitea.c3d2.de/astro/scrapers.git"
}
},
"secrets": {
"inputs": {
2022-04-17 22:45:05 +02:00
"nixpkgs": [
"nixpkgs"
],
"sops-nix": [
"sops-nix"
]
},
"locked": {
"lastModified": 1653694823,
"narHash": "sha256-1oLslaJa542QFe4bbIc3lKzVJ3qwrRcHZaA4zphFDA8=",
2022-05-31 12:47:58 +02:00
"ref": "refs/heads/master",
"rev": "a9a729539ae829acc42c4461370a1bb511c647ea",
2022-05-28 01:25:54 +02:00
"revCount": 127,
"type": "git",
2021-10-01 23:54:37 +02:00
"url": "ssh://gitea@gitea.c3d2.de/c3d2-admins/secrets.git"
},
"original": {
"type": "git",
2021-10-01 23:54:37 +02:00
"url": "ssh://gitea@gitea.c3d2.de/c3d2-admins/secrets.git"
}
2021-03-06 01:13:27 +01:00
},
"sops-nix": {
"inputs": {
2022-04-17 22:45:05 +02:00
"nixpkgs": [
"nixpkgs"
flake.lock: Update Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/a43a475f0854a9923271da3c8a960e2461114ead' (2022-05-06) → 'github:nix-community/fenix/9a49d754de250ad696e49c9ae4ce4561ffe3fc38' (2022-05-25) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/1f709d54463972b189a3120be4073c507f2fbc00' (2022-05-04) → 'github:rust-lang/rust-analyzer/d7c147406eff20783abba6ff1fe250ecc44cf800' (2022-05-24) • Updated input 'hydra': 'github:nixos/hydra/7c133a98f8e689cdc13f8a1adaaa9cd75d039a35' (2022-05-02) → 'github:nixos/hydra/27023b514a84999131c9d26108502fbc53296a7f' (2022-05-18) • Updated input 'microvm': 'github:astro/microvm.nix/95bca60048a486d71d0d63f51e66bedabaf6a4c7' (2022-05-12) → 'github:astro/microvm.nix/309e172528cb6589210c2b19f0f8fc15a0fe2384' (2022-05-24) • Updated input 'microvm/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/04b4d989fda8f14e6fcd1fee631eab9c54d15b97' (2022-05-16) • Updated input 'microvm/nixpkgs': 'github:nixos/nixpkgs/5181d5945eda382ff6a9ca3e072ed6ea9b547fee' (2022-04-15) → 'github:nixos/nixpkgs/1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502' (2022-05-16) • Updated input 'naersk': 'github:nix-community/naersk/e8f9f8d037774becd82fce2781e1abdb7836d7df' (2022-04-18) → 'github:nix-community/naersk/69daaceebe12c070cd5ae69ba38f277bbf033695' (2022-05-24) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/6b4ebea9093c997c5f275c820e679108de4871ab' (2022-04-21) → 'github:nixos/nixos-hardware/39a7bfc496d2ddfce73fe9542af1f2029ba4fe39' (2022-05-25) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6c97721a01ac68a5bd52569eb43e8dbba4ba7db3' (2022-05-24) → 'github:nixos/nixpkgs/e3a8165d29a5ade81d8588ce11362b5a318b8eb7' (2022-05-25) • Updated input 'nixpkgs-master': 'github:nixos/nixpkgs/887cf48b06ae81492475dc2e54eb5258270379a4' (2022-05-01) → 'github:nixos/nixpkgs/29777bb048a72132def87e5aa42b82d5522cea98' (2022-05-25) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c2614c4fe61943b3d280ac1892fcebe6e8eaf8c8' (2022-04-12) → 'github:Mic92/sops-nix/7385b12722ce903e477878147794bed9040227e2' (2022-05-25) • Added input 'sops-nix/nixpkgs-21_11': 'github:NixOS/nixpkgs/b5991e4971523a5fcc9413b9003b58e5c15aa7d8' (2022-05-21) • Added input 'sops-nix/nixpkgs-22_05': 'github:NixOS/nixpkgs/0c3bf3a5c3ab6be29138b88900c417660a284fbd' (2022-05-25) • Updated input 'spacemsg': 'github:astro/spacemsg/78f69aab49e4e557e09a910edcf53cd6066741c0' (2022-01-08) → 'github:astro/spacemsg/4e52238d48507be21acdd086a2d17af7f4781b44' (2022-05-06) • Updated input 'ticker': 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b0eed0dc4b697849d9a42051c6207637d3e9b083' (2022-02-28) → 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b2f2b53429b27fd61d396c48e59aa24bcb9ce318' (2022-05-04)
2022-05-26 02:10:52 +02:00
],
"nixpkgs-21_11": "nixpkgs-21_11",
"nixpkgs-22_05": "nixpkgs-22_05"
},
"locked": {
2022-05-31 12:47:58 +02:00
"lastModified": 1653827546,
"narHash": "sha256-va51HFf7UwktvriIbe9pjRPMr7p8IaxrwcDlZe7twzI=",
"owner": "Mic92",
"repo": "sops-nix",
2022-05-31 12:47:58 +02:00
"rev": "36b5901782e7fbfc191cace910f67f8b8743f678",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "sops-nix",
"type": "github"
}
},
2021-09-10 00:21:38 +02:00
"spacemsg": {
"flake": false,
"locked": {
"lastModified": 1654114803,
"narHash": "sha256-MwtfNIKZ4k50SCiPLBACzo8OEIWY9JZ3xfDt0QNXVkU=",
2021-09-10 00:21:38 +02:00
"owner": "astro",
"repo": "spacemsg",
"rev": "8863f43b14ad73cc372bf6fa6bc3991d1f4e27e2",
2021-09-10 00:21:38 +02:00
"type": "github"
},
"original": {
"owner": "astro",
"repo": "spacemsg",
"type": "github"
}
},
2021-09-08 01:22:40 +02:00
"ticker": {
2022-04-24 21:56:45 +02:00
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
2021-09-08 01:22:40 +02:00
"locked": {
flake.lock: Update Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/a43a475f0854a9923271da3c8a960e2461114ead' (2022-05-06) → 'github:nix-community/fenix/9a49d754de250ad696e49c9ae4ce4561ffe3fc38' (2022-05-25) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/1f709d54463972b189a3120be4073c507f2fbc00' (2022-05-04) → 'github:rust-lang/rust-analyzer/d7c147406eff20783abba6ff1fe250ecc44cf800' (2022-05-24) • Updated input 'hydra': 'github:nixos/hydra/7c133a98f8e689cdc13f8a1adaaa9cd75d039a35' (2022-05-02) → 'github:nixos/hydra/27023b514a84999131c9d26108502fbc53296a7f' (2022-05-18) • Updated input 'microvm': 'github:astro/microvm.nix/95bca60048a486d71d0d63f51e66bedabaf6a4c7' (2022-05-12) → 'github:astro/microvm.nix/309e172528cb6589210c2b19f0f8fc15a0fe2384' (2022-05-24) • Updated input 'microvm/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/04b4d989fda8f14e6fcd1fee631eab9c54d15b97' (2022-05-16) • Updated input 'microvm/nixpkgs': 'github:nixos/nixpkgs/5181d5945eda382ff6a9ca3e072ed6ea9b547fee' (2022-04-15) → 'github:nixos/nixpkgs/1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502' (2022-05-16) • Updated input 'naersk': 'github:nix-community/naersk/e8f9f8d037774becd82fce2781e1abdb7836d7df' (2022-04-18) → 'github:nix-community/naersk/69daaceebe12c070cd5ae69ba38f277bbf033695' (2022-05-24) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/6b4ebea9093c997c5f275c820e679108de4871ab' (2022-04-21) → 'github:nixos/nixos-hardware/39a7bfc496d2ddfce73fe9542af1f2029ba4fe39' (2022-05-25) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6c97721a01ac68a5bd52569eb43e8dbba4ba7db3' (2022-05-24) → 'github:nixos/nixpkgs/e3a8165d29a5ade81d8588ce11362b5a318b8eb7' (2022-05-25) • Updated input 'nixpkgs-master': 'github:nixos/nixpkgs/887cf48b06ae81492475dc2e54eb5258270379a4' (2022-05-01) → 'github:nixos/nixpkgs/29777bb048a72132def87e5aa42b82d5522cea98' (2022-05-25) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c2614c4fe61943b3d280ac1892fcebe6e8eaf8c8' (2022-04-12) → 'github:Mic92/sops-nix/7385b12722ce903e477878147794bed9040227e2' (2022-05-25) • Added input 'sops-nix/nixpkgs-21_11': 'github:NixOS/nixpkgs/b5991e4971523a5fcc9413b9003b58e5c15aa7d8' (2022-05-21) • Added input 'sops-nix/nixpkgs-22_05': 'github:NixOS/nixpkgs/0c3bf3a5c3ab6be29138b88900c417660a284fbd' (2022-05-25) • Updated input 'spacemsg': 'github:astro/spacemsg/78f69aab49e4e557e09a910edcf53cd6066741c0' (2022-01-08) → 'github:astro/spacemsg/4e52238d48507be21acdd086a2d17af7f4781b44' (2022-05-06) • Updated input 'ticker': 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b0eed0dc4b697849d9a42051c6207637d3e9b083' (2022-02-28) → 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b2f2b53429b27fd61d396c48e59aa24bcb9ce318' (2022-05-04)
2022-05-26 02:10:52 +02:00
"lastModified": 1651629079,
"narHash": "sha256-NOJxEnLemUe1m9SKbtP5mjDPBj5JvgExFlrCZFrWxog=",
2022-05-31 12:47:58 +02:00
"ref": "refs/heads/master",
flake.lock: Update Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/a43a475f0854a9923271da3c8a960e2461114ead' (2022-05-06) → 'github:nix-community/fenix/9a49d754de250ad696e49c9ae4ce4561ffe3fc38' (2022-05-25) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/1f709d54463972b189a3120be4073c507f2fbc00' (2022-05-04) → 'github:rust-lang/rust-analyzer/d7c147406eff20783abba6ff1fe250ecc44cf800' (2022-05-24) • Updated input 'hydra': 'github:nixos/hydra/7c133a98f8e689cdc13f8a1adaaa9cd75d039a35' (2022-05-02) → 'github:nixos/hydra/27023b514a84999131c9d26108502fbc53296a7f' (2022-05-18) • Updated input 'microvm': 'github:astro/microvm.nix/95bca60048a486d71d0d63f51e66bedabaf6a4c7' (2022-05-12) → 'github:astro/microvm.nix/309e172528cb6589210c2b19f0f8fc15a0fe2384' (2022-05-24) • Updated input 'microvm/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/04b4d989fda8f14e6fcd1fee631eab9c54d15b97' (2022-05-16) • Updated input 'microvm/nixpkgs': 'github:nixos/nixpkgs/5181d5945eda382ff6a9ca3e072ed6ea9b547fee' (2022-04-15) → 'github:nixos/nixpkgs/1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502' (2022-05-16) • Updated input 'naersk': 'github:nix-community/naersk/e8f9f8d037774becd82fce2781e1abdb7836d7df' (2022-04-18) → 'github:nix-community/naersk/69daaceebe12c070cd5ae69ba38f277bbf033695' (2022-05-24) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/6b4ebea9093c997c5f275c820e679108de4871ab' (2022-04-21) → 'github:nixos/nixos-hardware/39a7bfc496d2ddfce73fe9542af1f2029ba4fe39' (2022-05-25) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6c97721a01ac68a5bd52569eb43e8dbba4ba7db3' (2022-05-24) → 'github:nixos/nixpkgs/e3a8165d29a5ade81d8588ce11362b5a318b8eb7' (2022-05-25) • Updated input 'nixpkgs-master': 'github:nixos/nixpkgs/887cf48b06ae81492475dc2e54eb5258270379a4' (2022-05-01) → 'github:nixos/nixpkgs/29777bb048a72132def87e5aa42b82d5522cea98' (2022-05-25) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c2614c4fe61943b3d280ac1892fcebe6e8eaf8c8' (2022-04-12) → 'github:Mic92/sops-nix/7385b12722ce903e477878147794bed9040227e2' (2022-05-25) • Added input 'sops-nix/nixpkgs-21_11': 'github:NixOS/nixpkgs/b5991e4971523a5fcc9413b9003b58e5c15aa7d8' (2022-05-21) • Added input 'sops-nix/nixpkgs-22_05': 'github:NixOS/nixpkgs/0c3bf3a5c3ab6be29138b88900c417660a284fbd' (2022-05-25) • Updated input 'spacemsg': 'github:astro/spacemsg/78f69aab49e4e557e09a910edcf53cd6066741c0' (2022-01-08) → 'github:astro/spacemsg/4e52238d48507be21acdd086a2d17af7f4781b44' (2022-05-06) • Updated input 'ticker': 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b0eed0dc4b697849d9a42051c6207637d3e9b083' (2022-02-28) → 'git+https://gitea.c3d2.de/astro/ticker.git?ref=master&rev=b2f2b53429b27fd61d396c48e59aa24bcb9ce318' (2022-05-04)
2022-05-26 02:10:52 +02:00
"rev": "b2f2b53429b27fd61d396c48e59aa24bcb9ce318",
"revCount": 86,
2021-09-08 01:22:40 +02:00
"type": "git",
"url": "https://gitea.c3d2.de/astro/ticker.git"
},
"original": {
"type": "git",
"url": "https://gitea.c3d2.de/astro/ticker.git"
}
},
2021-03-22 16:22:57 +01:00
"tigger": {
"flake": false,
"locked": {
"lastModified": 1654044594,
"narHash": "sha256-6ncjLumBS9zZL/a252yQtZY7+nZncFfS8NKfaBFxXdE=",
2021-03-22 16:22:57 +01:00
"owner": "astro",
"repo": "tigger",
"rev": "cc5ad7f59878fb4e63318f4787d3b3e05294772a",
2021-03-22 16:22:57 +01:00
"type": "github"
},
"original": {
"owner": "astro",
"repo": "tigger",
"type": "github"
}
},
2021-10-30 02:02:08 +02:00
"utils": {
"locked": {
2022-01-28 23:26:25 +01:00
"lastModified": 1642700792,
"narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=",
2021-10-30 02:02:08 +02:00
"owner": "numtide",
"repo": "flake-utils",
2022-01-28 23:26:25 +01:00
"rev": "846b2ae0fc4cc943637d3d1def4454213e203cba",
2021-10-30 02:02:08 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2021-03-06 01:13:27 +01:00
"yammat": {
2021-03-10 01:54:28 +01:00
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
2021-03-06 01:13:27 +01:00
"locked": {
2021-04-04 21:11:09 +02:00
"lastModified": 1615990851,
"narHash": "sha256-XAQZK6Zzke0WG9U0YEIs8qqa7gmnyTYnNKUSEDRmNOM=",
2021-03-06 01:13:27 +01:00
"ref": "nix",
2021-04-04 21:11:09 +02:00
"rev": "63191180a5b4c0d9b2b2781f3fbd5f5f478ea04f",
"revCount": 404,
2021-03-06 01:13:27 +01:00
"type": "git",
"url": "https://gitea.c3d2.de/astro/yammat.git"
},
"original": {
"ref": "nix",
"type": "git",
"url": "https://gitea.c3d2.de/astro/yammat.git"
}
2021-09-07 00:46:39 +02:00
},
"zentralwerk": {
"inputs": {
2022-04-17 22:45:05 +02:00
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-master": [
2022-05-31 12:47:58 +02:00
"nixpkgs"
2022-04-17 22:45:05 +02:00
],
2022-05-31 12:47:58 +02:00
"openwrt": [
"openwrt"
],
"openwrt-imagebuilder": [
"openwrt-imagebuilder"
]
2021-09-07 00:46:39 +02:00
},
"locked": {
"lastModified": 1654104255,
"narHash": "sha256-ufXr545GkNn3f5JBxga6NnBz+US6U+ODKuCI1D21L94=",
"ref": "master",
"rev": "b015ad57122c628a8e772812a3bbeebe90cfa1d5",
"revCount": 1409,
2021-09-07 00:46:39 +02:00
"type": "git",
"url": "https://gitea.c3d2.de/zentralwerk/network.git"
},
"original": {
"type": "git",
"url": "https://gitea.c3d2.de/zentralwerk/network.git"
}
}
},
"root": "root",
2020-06-11 07:50:42 +02:00
"version": 7
}