nixos-config/flake.lock

655 lines
16 KiB
Text
Raw Normal View History

2021-10-05 23:45:02 +02:00
{
"nodes": {
Update flake.lock • Updated input 'caddy-with-plugins': 'github:eboskma/caddy-with-plugins/8395505b17f15487e2a222dcfbb0560f10bfb590' (2023-08-09) → 'github:eboskma/caddy-with-plugins/f94748a89ca1a1da1ec66306f15e5a208dff92a8' (2023-08-09) • Updated input 'disko': 'github:nix-community/disko/4015740375676402a2ee6adebc3c30ea625b9a94' (2023-07-30) → 'github:nix-community/disko/32e7d56c080e1b07c5f3d3ed6063c3ec64c5a8f8' (2023-08-10) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/791acfa700b9f96c35635fde2a17a66b4ed88c9e' (2023-08-03) → 'github:nix-community/emacs-overlay/0ac7913c1f81f4b705a268a0bd462729b7c2e7ec' (2023-08-10) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/bd836ac5e5a7358dea73cb74a013ca32864ccb86' (2023-08-01) → 'github:NixOS/nixpkgs/78287547942dd8e8afff0ae47fb8e2553db79d7e' (2023-08-08) • Updated input 'home-manager': 'github:nix-community/home-manager/86dd48d70a2e2c17e84e747ba4faa92453e68d4a' (2023-08-03) → 'github:nix-community/home-manager/6e1eff9aac0e8d84bda7f2d60ba6108eea9b7e79' (2023-08-10) • Updated input 'microvm': 'github:astro/microvm.nix/0263360417f214c1e5a585210e43d950d00bc683' (2023-08-01) → 'github:astro/microvm.nix/d5c5bb4cebbd9f59b7ab81a4b36fea10b6016d38' (2023-08-06) • Updated input 'nil': 'github:oxalica/nil/6f20ed411520aac06b456e31aab43cf10df231a2' (2023-08-02) → 'github:oxalica/nil/97abe7d3d48721d4e0fcc1876eea83bb4247825b' (2023-08-07) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/24f9162b26f0debd163f6d94752aa2acb9db395a' (2023-08-02) → 'github:NixOS/nixos-hardware/8ff521acd2c8132c62141c2990deb7406e32b335' (2023-08-09) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/ef99fa5c5ed624460217c31ac4271cfb5cb2502c' (2023-07-25) → 'github:nixos/nixpkgs/e528fa15d5f740a25b5f536c33932db64cb10fc8' (2023-08-09) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/fcbf4705d98398d084e6cb1c826a0b90a91d22d7' (2023-07-30) → 'github:cachix/pre-commit-hooks.nix/e5588ddffd4c3578547a86ef40ec9a6fbdae2986' (2023-08-07) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/99df4908445be37ddb2d332580365fce512a7dcf' (2023-08-03) → 'github:oxalica/rust-overlay/48f3d76f512c7267d82d84c5d3d156ad2b9a8d12' (2023-08-10)
2023-08-10 16:42:25 +02:00
"caddy-with-plugins": {
"inputs": {
"flake-parts": [
"flake-parts"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1691610447,
"narHash": "sha256-6Uok2Tk0rAlH7PEoPkhm293ESHklKJliNnOveyl+IQE=",
"owner": "eboskma",
"repo": "caddy-with-plugins",
"rev": "f94748a89ca1a1da1ec66306f15e5a208dff92a8",
"type": "github"
},
"original": {
"owner": "eboskma",
"repo": "caddy-with-plugins",
"type": "github"
}
},
2023-07-04 20:24:57 +02:00
"crane": {
"inputs": {
2023-07-10 13:42:25 +02:00
"flake-compat": "flake-compat_2",
2023-07-04 20:24:57 +02:00
"flake-utils": [
"ha-now-playing",
"flake-utils"
],
"nixpkgs": [
"ha-now-playing",
"nixpkgs"
],
"rust-overlay": [
"ha-now-playing",
"rust-overlay"
]
},
"locked": {
"lastModified": 1688082682,
"narHash": "sha256-nMG/A7qYm9pyHJowKuaNmNYgo748xZrzMJPqtoGozSA=",
"owner": "ipetkov",
"repo": "crane",
"rev": "4d350bb94fdf8ec9d2e22d68bb13e136d73aa9d8",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
2023-01-17 13:45:37 +01:00
"disko": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) → 'github:nix-community/disko/9f29cedac79d0acf07b6341f9112f46dec3abb8f' (2023-09-18) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) → 'github:nix-community/emacs-overlay/c724333b2d3235b01101d62908ed1d43d18ac515' (2023-09-18) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) → 'github:NixOS/nixpkgs/5d017a8822e0907fb96f7700a319f9fe2434de02' (2023-09-17) • Updated input 'home-manager': 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) → 'github:nix-community/home-manager/e63a6b34792884bfe4056d1ef561b5611589b8ad' (2023-09-18) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) → 'github:NixOS/nixos-hardware/161b027169b19d3a0ad6bd0a8948edf0c0fb0f64' (2023-09-18) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) → 'github:nixos/nixpkgs/ace5093e36ab1e95cb9463863491bee90d5a4183' (2023-09-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) → 'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18) • Updated input 'sops': 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12) → 'github:Mic92/sops-nix/4d284ca58ce5f48df79d99ab75b1ae3c3032b9ad' (2023-09-18)
2023-09-18 19:47:29 +02:00
"lastModified": 1695039393,
"narHash": "sha256-HXvRPTSfQ/fCqxYGvWOc1duSBdXcQlrYvyno8YZbyHI=",
2023-01-17 13:45:37 +01:00
"owner": "nix-community",
"repo": "disko",
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) → 'github:nix-community/disko/9f29cedac79d0acf07b6341f9112f46dec3abb8f' (2023-09-18) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) → 'github:nix-community/emacs-overlay/c724333b2d3235b01101d62908ed1d43d18ac515' (2023-09-18) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) → 'github:NixOS/nixpkgs/5d017a8822e0907fb96f7700a319f9fe2434de02' (2023-09-17) • Updated input 'home-manager': 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) → 'github:nix-community/home-manager/e63a6b34792884bfe4056d1ef561b5611589b8ad' (2023-09-18) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) → 'github:NixOS/nixos-hardware/161b027169b19d3a0ad6bd0a8948edf0c0fb0f64' (2023-09-18) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) → 'github:nixos/nixpkgs/ace5093e36ab1e95cb9463863491bee90d5a4183' (2023-09-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) → 'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18) • Updated input 'sops': 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12) → 'github:Mic92/sops-nix/4d284ca58ce5f48df79d99ab75b1ae3c3032b9ad' (2023-09-18)
2023-09-18 19:47:29 +02:00
"rev": "9f29cedac79d0acf07b6341f9112f46dec3abb8f",
2023-01-17 13:45:37 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "disko",
"type": "github"
}
},
2022-02-09 08:13:16 +01:00
"emacs-overlay": {
2022-05-11 16:27:50 +02:00
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/0d270372b21818eba342954220c1a30a7bdaba19' (2023-05-30) → 'github:nix-community/disko/d02e565b95bdc68d8d7179a8eae27a1e4b04e507' (2023-06-04) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/7735f53ef8f28d80ca5339e486e29177ed7c8297' (2023-05-30) → 'github:nix-community/emacs-overlay/70db17480e76d556cc5363c1ba22cd591c83fa76' (2023-06-04) • Added input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/006c75898cf814ef9497252b022e91c946ba8e17' (2023-05-08) → 'github:hercules-ci/flake-parts/71fb97f0d875fd4de4994dfb849f2c75e17eb6c3' (2023-06-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/da45bf6ec7bbcc5d1e14d3795c025199f28e0de0?dir=lib' (2023-04-30) → 'github:NixOS/nixpkgs/4f53efe34b3a8877ac923b9350c874e3dcd5dc0a?dir=lib' (2023-05-31) • Updated input 'flake-utils': 'github:numtide/flake-utils/cfacdce06f30d2b68473a46042957675eebb3401' (2023-04-11) → 'github:numtide/flake-utils/a1720a10a6cfe8234c0e93907ffe81be440f4cef' (2023-05-31) • Updated input 'home-manager': 'github:nix-community/home-manager/9f82227b64245c273d98dd02dedd44fc7576041e' (2023-05-30) → 'github:nix-community/home-manager/57ed23cd29e7b72518e19d2917e2b2880a94162c' (2023-06-04) • Updated input 'nil': 'github:oxalica/nil/0158d58d47abecd7f5f4e67c06365ff77bbedbc7' (2023-05-30) → 'github:oxalica/nil/dcd38b96c91a2d07552f824a6480e00dc7b4948a' (2023-05-31) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/5e871d8aa6f57cc8e0dc087d1c5013f6e212b4ce' (2023-05-29) → 'github:nixos/nixpkgs/dd4982554e18b936790da07c4ea2db7c7600f283' (2023-06-03) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/9b3284e2412f76bd68ff46f8cf1c7af44d7ffac0' (2023-05-30) → 'github:oxalica/rust-overlay/1ef3c6de6127a1cba94cc5492cdde52e33d06ea4' (2023-06-04) • Updated input 'sops': 'github:Mic92/sops-nix/876846cde9762ae563f018c17993354875e2538e' (2023-05-30) → 'github:Mic92/sops-nix/a522e12ee35e50fa7d902a164a9796e420e6e75b' (2023-06-04) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/ba6e4ddeb3e8ad3f3e3bec63dafbc9fe558729bb' (2023-05-27) → 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03)
2023-06-04 14:22:48 +02:00
],
"nixpkgs-stable": "nixpkgs-stable"
2022-05-11 16:27:50 +02:00
},
2022-02-09 08:13:16 +01:00
"locked": {
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) → 'github:nix-community/disko/9f29cedac79d0acf07b6341f9112f46dec3abb8f' (2023-09-18) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) → 'github:nix-community/emacs-overlay/c724333b2d3235b01101d62908ed1d43d18ac515' (2023-09-18) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) → 'github:NixOS/nixpkgs/5d017a8822e0907fb96f7700a319f9fe2434de02' (2023-09-17) • Updated input 'home-manager': 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) → 'github:nix-community/home-manager/e63a6b34792884bfe4056d1ef561b5611589b8ad' (2023-09-18) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) → 'github:NixOS/nixos-hardware/161b027169b19d3a0ad6bd0a8948edf0c0fb0f64' (2023-09-18) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) → 'github:nixos/nixpkgs/ace5093e36ab1e95cb9463863491bee90d5a4183' (2023-09-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) → 'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18) • Updated input 'sops': 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12) → 'github:Mic92/sops-nix/4d284ca58ce5f48df79d99ab75b1ae3c3032b9ad' (2023-09-18)
2023-09-18 19:47:29 +02:00
"lastModified": 1695032245,
"narHash": "sha256-FXUBdn1xH4HqUzKiYZGvwW5BX1AbDgw8w+WDI7rLkZE=",
2022-02-09 08:13:16 +01:00
"owner": "nix-community",
"repo": "emacs-overlay",
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) → 'github:nix-community/disko/9f29cedac79d0acf07b6341f9112f46dec3abb8f' (2023-09-18) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) → 'github:nix-community/emacs-overlay/c724333b2d3235b01101d62908ed1d43d18ac515' (2023-09-18) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) → 'github:NixOS/nixpkgs/5d017a8822e0907fb96f7700a319f9fe2434de02' (2023-09-17) • Updated input 'home-manager': 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) → 'github:nix-community/home-manager/e63a6b34792884bfe4056d1ef561b5611589b8ad' (2023-09-18) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) → 'github:NixOS/nixos-hardware/161b027169b19d3a0ad6bd0a8948edf0c0fb0f64' (2023-09-18) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) → 'github:nixos/nixpkgs/ace5093e36ab1e95cb9463863491bee90d5a4183' (2023-09-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) → 'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18) • Updated input 'sops': 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12) → 'github:Mic92/sops-nix/4d284ca58ce5f48df79d99ab75b1ae3c3032b9ad' (2023-09-18)
2023-09-18 19:47:29 +02:00
"rev": "c724333b2d3235b01101d62908ed1d43d18ac515",
2022-02-09 08:13:16 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "emacs-overlay",
"type": "github"
}
},
2023-07-10 13:42:25 +02:00
"eww": {
"inputs": {
"flake-compat": "flake-compat",
"nixpkgs": [
"nixpkgs"
],
"rust-overlay": [
"rust-overlay"
]
},
"locked": {
Update flake.lock • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/3751467118141bafb77a277a6f2626332ab33154' (2023-08-16) → 'github:nix-community/emacs-overlay/5df91433bba7fecf9394c2e07f3f53b357c4f63a' (2023-08-19) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/bfd953b2c6de4f550f75461bcc5768b6f966be10' (2023-08-15) → 'github:NixOS/nixpkgs/ae521bd4e460b076a455dca8b13f4151489a725c' (2023-08-18) • Updated input 'eww': 'github:elkowar/eww/9d0b667deadf9e64d3b692274275d57a61c107c5' (2023-08-16) → 'github:elkowar/eww/a9a35c1804d72ef92e04ee71555bd9e5a08fa17e' (2023-08-18) • Updated input 'home-manager': 'github:nix-community/home-manager/2471d965a3522025157a790fc49c3567fd56e26e' (2023-08-16) → 'github:nix-community/home-manager/bdb5bcad01ff7332fdcf4b128211e81905113f84' (2023-08-19) • Updated input 'microvm': 'github:astro/microvm.nix/d5c5bb4cebbd9f59b7ab81a4b36fea10b6016d38' (2023-08-06) → 'github:astro/microvm.nix/a291d324915f26d1fd86443bd486089099e8b541' (2023-08-17) • Updated input 'naersk': 'github:nix-community/naersk/275010712ce41dff66634f9910bc1f085239b370' (2023-08-16) → 'github:nix-community/naersk/78789c30d64dea2396c9da516bbcc8db3a475207' (2023-08-18) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/430a56dd16fe583a812b2df44dca002acab2f4f6' (2023-08-12) → 'github:NixOS/nixos-hardware/7f1836531b126cfcf584e7d7d71bf8758bb58969' (2023-08-18) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/caac0eb6bdcad0b32cb2522e03e4002c8975c62e' (2023-08-16) → 'github:nixos/nixpkgs/8ecc900b2f695d74dea35a92f8a9f9b32c8ea33d' (2023-08-18) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/3e3d45c1f26e212abe24188ece996871d94618d8' (2023-08-16) → 'github:cachix/pre-commit-hooks.nix/7e3517c03d46159fdbf8c0e5c97f82d5d4b0c8fa' (2023-08-17) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/dea24da3d3be23ab53ee80314474afd5fcb03c1c' (2023-08-16) → 'github:oxalica/rust-overlay/598b2f04ed252eb5808b108d7a10084c0c548753' (2023-08-19)
2023-08-19 19:37:18 +02:00
"lastModified": 1692366702,
"narHash": "sha256-GEysmNDm+olt1WXHzRwb4ZLifkXmeP5+APAN3b81/Og=",
2023-07-10 13:42:25 +02:00
"owner": "elkowar",
"repo": "eww",
Update flake.lock • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/3751467118141bafb77a277a6f2626332ab33154' (2023-08-16) → 'github:nix-community/emacs-overlay/5df91433bba7fecf9394c2e07f3f53b357c4f63a' (2023-08-19) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/bfd953b2c6de4f550f75461bcc5768b6f966be10' (2023-08-15) → 'github:NixOS/nixpkgs/ae521bd4e460b076a455dca8b13f4151489a725c' (2023-08-18) • Updated input 'eww': 'github:elkowar/eww/9d0b667deadf9e64d3b692274275d57a61c107c5' (2023-08-16) → 'github:elkowar/eww/a9a35c1804d72ef92e04ee71555bd9e5a08fa17e' (2023-08-18) • Updated input 'home-manager': 'github:nix-community/home-manager/2471d965a3522025157a790fc49c3567fd56e26e' (2023-08-16) → 'github:nix-community/home-manager/bdb5bcad01ff7332fdcf4b128211e81905113f84' (2023-08-19) • Updated input 'microvm': 'github:astro/microvm.nix/d5c5bb4cebbd9f59b7ab81a4b36fea10b6016d38' (2023-08-06) → 'github:astro/microvm.nix/a291d324915f26d1fd86443bd486089099e8b541' (2023-08-17) • Updated input 'naersk': 'github:nix-community/naersk/275010712ce41dff66634f9910bc1f085239b370' (2023-08-16) → 'github:nix-community/naersk/78789c30d64dea2396c9da516bbcc8db3a475207' (2023-08-18) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/430a56dd16fe583a812b2df44dca002acab2f4f6' (2023-08-12) → 'github:NixOS/nixos-hardware/7f1836531b126cfcf584e7d7d71bf8758bb58969' (2023-08-18) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/caac0eb6bdcad0b32cb2522e03e4002c8975c62e' (2023-08-16) → 'github:nixos/nixpkgs/8ecc900b2f695d74dea35a92f8a9f9b32c8ea33d' (2023-08-18) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/3e3d45c1f26e212abe24188ece996871d94618d8' (2023-08-16) → 'github:cachix/pre-commit-hooks.nix/7e3517c03d46159fdbf8c0e5c97f82d5d4b0c8fa' (2023-08-17) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/dea24da3d3be23ab53ee80314474afd5fcb03c1c' (2023-08-16) → 'github:oxalica/rust-overlay/598b2f04ed252eb5808b108d7a10084c0c548753' (2023-08-19)
2023-08-19 19:37:18 +02:00
"rev": "a9a35c1804d72ef92e04ee71555bd9e5a08fa17e",
2023-07-10 13:42:25 +02:00
"type": "github"
},
"original": {
"owner": "elkowar",
"repo": "eww",
"type": "github"
}
},
2022-11-23 19:54:42 +01:00
"flake-compat": {
2023-07-10 13:42:25 +02:00
"flake": false,
"locked": {
"lastModified": 1650374568,
"narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "b4a34015c698c7793d592d66adbab377907a2be8",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-compat_2": {
2022-11-23 19:54:42 +01:00
"flake": false,
"locked": {
Update flake.lock • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/5959aa48e3406a4f74281e7dc6136460d0a55a2b' (2023-01-17) → 'github:nix-community/emacs-overlay/c02cfe11649018c3e31c8c4a4d91233b1e62d487' (2023-01-18) • Updated input 'home-manager': 'github:nix-community/home-manager/bd3efacb82c721edad1ce9eda583df5fb62ab00a' (2023-01-17) → 'github:nix-community/home-manager/2c29ae48f9a149151bdd82f429ac61d4412c312a' (2023-01-18) • Updated input 'hyprland': 'github:Hyprwm/Hyprland/c31c627cf85ea4fd40c1647c84d89b5e6f186785' (2023-01-17) → 'github:Hyprwm/Hyprland/428063ff2304962387803fd59e5da8b9b82710cc' (2023-01-18) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/496e4505c2ddf5f205242eae8064d7d89cd976c0' (2023-01-13) → 'github:cachix/pre-commit-hooks.nix/3e42a77571cc0463efa470dbcffa063977a521ab' (2023-01-18) • Updated input 'pre-commit-hooks/flake-compat': 'github:edolstra/flake-compat/009399224d5e398d03b22badca40a37ac85412a1' (2022-11-17) → 'github:edolstra/flake-compat/35bb57c0c8d8b62bbfd284272c928ceb64ddbde9' (2023-01-17) • Updated input 'pre-commit-hooks/nixpkgs-stable': 'github:NixOS/nixpkgs/d513b448cc2a6da2c8803e3c197c9fc7e67b19e3' (2022-12-17) → 'github:NixOS/nixpkgs/2f9fd351ec37f5d479556cd48be4ca340da59b8f' (2023-01-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/4e0f9b8a5102387f8d19901bced16a256a6ccdc7' (2023-01-17) → 'github:oxalica/rust-overlay/eecc44934a0f6c02c02856b38bd3b6af3bec0870' (2023-01-18)
2023-01-18 22:15:33 +01:00
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
2022-11-23 19:54:42 +01:00
"owner": "edolstra",
"repo": "flake-compat",
Update flake.lock • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/5959aa48e3406a4f74281e7dc6136460d0a55a2b' (2023-01-17) → 'github:nix-community/emacs-overlay/c02cfe11649018c3e31c8c4a4d91233b1e62d487' (2023-01-18) • Updated input 'home-manager': 'github:nix-community/home-manager/bd3efacb82c721edad1ce9eda583df5fb62ab00a' (2023-01-17) → 'github:nix-community/home-manager/2c29ae48f9a149151bdd82f429ac61d4412c312a' (2023-01-18) • Updated input 'hyprland': 'github:Hyprwm/Hyprland/c31c627cf85ea4fd40c1647c84d89b5e6f186785' (2023-01-17) → 'github:Hyprwm/Hyprland/428063ff2304962387803fd59e5da8b9b82710cc' (2023-01-18) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/496e4505c2ddf5f205242eae8064d7d89cd976c0' (2023-01-13) → 'github:cachix/pre-commit-hooks.nix/3e42a77571cc0463efa470dbcffa063977a521ab' (2023-01-18) • Updated input 'pre-commit-hooks/flake-compat': 'github:edolstra/flake-compat/009399224d5e398d03b22badca40a37ac85412a1' (2022-11-17) → 'github:edolstra/flake-compat/35bb57c0c8d8b62bbfd284272c928ceb64ddbde9' (2023-01-17) • Updated input 'pre-commit-hooks/nixpkgs-stable': 'github:NixOS/nixpkgs/d513b448cc2a6da2c8803e3c197c9fc7e67b19e3' (2022-12-17) → 'github:NixOS/nixpkgs/2f9fd351ec37f5d479556cd48be4ca340da59b8f' (2023-01-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/4e0f9b8a5102387f8d19901bced16a256a6ccdc7' (2023-01-17) → 'github:oxalica/rust-overlay/eecc44934a0f6c02c02856b38bd3b6af3bec0870' (2023-01-18)
2023-01-18 22:15:33 +01:00
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
2022-11-23 19:54:42 +01:00
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2023-07-10 13:42:25 +02:00
"flake-compat_3": {
2023-07-04 20:24:57 +02:00
"flake": false,
"locked": {
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2023-05-22 10:27:21 +02:00
"flake-parts": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/00169fe4a6015a88c3799f0bf89689e06a4d4896' (2023-08-28) → 'github:nix-community/disko/b2ea7d62581fa50d3e19a949b85fe04c1e8d7384' (2023-09-05) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/12332e7a2a2f3899dcca76c752464ca87215dd53' (2023-08-30) → 'github:nix-community/emacs-overlay/f5c2366c5d8f241b8c66e4b18be8ad25ffdb4e48' (2023-09-06) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/c540061ac8d72d6e6d99345bd2d590c82b2f58c1' (2023-08-28) → 'github:NixOS/nixpkgs/da5adce0ffaff10f6d0fee72a02a5ed9d01b52fc' (2023-09-03) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/59cf3f1447cfc75087e7273b04b31e689a8599fb' (2023-08-01) → 'github:hercules-ci/flake-parts/7f53fdb7bdc5bb237da7fefef12d099e4fd611ca' (2023-09-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/9e1960bc196baf6881340d53dccb203a951745a2?dir=lib' (2023-08-01) → 'github:NixOS/nixpkgs/3e52e76b70d5508f3cec70b882a29199f4d1ee85?dir=lib' (2023-08-31) • Updated input 'home-manager': 'github:nix-community/home-manager/8bde7a651b94ba30bd0baaa9c4a08aae88cc2e92' (2023-08-28) → 'github:nix-community/home-manager/b22d7bab30076bbb73744867d6c5bf7d6380570c' (2023-09-06) • Updated input 'microvm': 'github:astro/microvm.nix/a291d324915f26d1fd86443bd486089099e8b541' (2023-08-17) → 'github:astro/microvm.nix/8d2a99baa151bc120b3f062aadbfaca7a942c23a' (2023-09-05) • Updated input 'nil': 'github:oxalica/nil/97abe7d3d48721d4e0fcc1876eea83bb4247825b' (2023-08-07) → 'github:oxalica/nil/4bdcfcfe38cfcb386142e043392afbfa542665dd' (2023-09-03) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/817e297fc3352fadc15f2c5306909aa9192d7d97' (2023-08-25) → 'github:NixOS/nixos-hardware/793de77d9f83418b428e8ba70d1e42c6507d0d35' (2023-09-03) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3efb0f6f404ec8dae31bdb1a9b17705ce0d6986e' (2023-08-28) → 'github:nixos/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1' (2023-09-04) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/1fb2aa49635e9f30b6fa211ab7c454f7175e1ba3' (2023-08-30) → 'github:oxalica/rust-overlay/a8b4bb4cbb744baaabc3e69099f352f99164e2c1' (2023-09-06) • Updated input 'sops': 'github:Mic92/sops-nix/c89ee06488706b587a22085b1844bf9ca6ba5687' (2023-08-28) → 'github:Mic92/sops-nix/faf21ac162173c2deb54e5fdeed002a9bd6e8623' (2023-09-05) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/9117c4e9dc117a6cd0319cca40f2349ed333669d' (2023-08-27) → 'github:NixOS/nixpkgs/5601118d39ca9105f8e7b39d4c221d3388c0419d' (2023-09-02)
2023-09-06 16:56:35 +02:00
"lastModified": 1693611461,
"narHash": "sha256-aPODl8vAgGQ0ZYFIRisxYG5MOGSkIczvu2Cd8Gb9+1Y=",
2023-05-22 10:27:21 +02:00
"owner": "hercules-ci",
"repo": "flake-parts",
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/00169fe4a6015a88c3799f0bf89689e06a4d4896' (2023-08-28) → 'github:nix-community/disko/b2ea7d62581fa50d3e19a949b85fe04c1e8d7384' (2023-09-05) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/12332e7a2a2f3899dcca76c752464ca87215dd53' (2023-08-30) → 'github:nix-community/emacs-overlay/f5c2366c5d8f241b8c66e4b18be8ad25ffdb4e48' (2023-09-06) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/c540061ac8d72d6e6d99345bd2d590c82b2f58c1' (2023-08-28) → 'github:NixOS/nixpkgs/da5adce0ffaff10f6d0fee72a02a5ed9d01b52fc' (2023-09-03) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/59cf3f1447cfc75087e7273b04b31e689a8599fb' (2023-08-01) → 'github:hercules-ci/flake-parts/7f53fdb7bdc5bb237da7fefef12d099e4fd611ca' (2023-09-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/9e1960bc196baf6881340d53dccb203a951745a2?dir=lib' (2023-08-01) → 'github:NixOS/nixpkgs/3e52e76b70d5508f3cec70b882a29199f4d1ee85?dir=lib' (2023-08-31) • Updated input 'home-manager': 'github:nix-community/home-manager/8bde7a651b94ba30bd0baaa9c4a08aae88cc2e92' (2023-08-28) → 'github:nix-community/home-manager/b22d7bab30076bbb73744867d6c5bf7d6380570c' (2023-09-06) • Updated input 'microvm': 'github:astro/microvm.nix/a291d324915f26d1fd86443bd486089099e8b541' (2023-08-17) → 'github:astro/microvm.nix/8d2a99baa151bc120b3f062aadbfaca7a942c23a' (2023-09-05) • Updated input 'nil': 'github:oxalica/nil/97abe7d3d48721d4e0fcc1876eea83bb4247825b' (2023-08-07) → 'github:oxalica/nil/4bdcfcfe38cfcb386142e043392afbfa542665dd' (2023-09-03) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/817e297fc3352fadc15f2c5306909aa9192d7d97' (2023-08-25) → 'github:NixOS/nixos-hardware/793de77d9f83418b428e8ba70d1e42c6507d0d35' (2023-09-03) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3efb0f6f404ec8dae31bdb1a9b17705ce0d6986e' (2023-08-28) → 'github:nixos/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1' (2023-09-04) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/1fb2aa49635e9f30b6fa211ab7c454f7175e1ba3' (2023-08-30) → 'github:oxalica/rust-overlay/a8b4bb4cbb744baaabc3e69099f352f99164e2c1' (2023-09-06) • Updated input 'sops': 'github:Mic92/sops-nix/c89ee06488706b587a22085b1844bf9ca6ba5687' (2023-08-28) → 'github:Mic92/sops-nix/faf21ac162173c2deb54e5fdeed002a9bd6e8623' (2023-09-05) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/9117c4e9dc117a6cd0319cca40f2349ed333669d' (2023-08-27) → 'github:NixOS/nixpkgs/5601118d39ca9105f8e7b39d4c221d3388c0419d' (2023-09-02)
2023-09-06 16:56:35 +02:00
"rev": "7f53fdb7bdc5bb237da7fefef12d099e4fd611ca",
2023-05-22 10:27:21 +02:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
2021-11-12 12:40:13 +01:00
"flake-utils": {
Update flake.lock • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/d092f0b653985d6cb1d7c828ff2ac602a36b7e4e' (2023-04-07) → 'github:nix-community/emacs-overlay/0a91697aae6acefe1d5c9b3654ea273b53539380' (2023-04-09) • Updated input 'flake-utils': 'github:numtide/flake-utils/411e8764155aa9354dbcd6d5faaeb97e9e3dce24' (2023-04-06) → 'github:numtide/flake-utils/033b9f258ca96a10e543d4442071f614dc3f8412' (2023-04-09) • Added input 'flake-utils/systems': 'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e' (2023-04-09) • Updated input 'home-manager': 'github:nix-community/home-manager/ec06f419af79207b33d797064dfb3fc9dbe1df4a' (2023-04-04) → 'github:nix-community/home-manager/440faf5ae472657ef2d8cc7756d77b6ab0ace68d' (2023-04-05) • Updated input 'microvm': 'github:astro/microvm.nix/d05d2b2e5ae938184efba4be575ef2d7bdf1ee5b' (2023-04-05) → 'github:astro/microvm.nix/b496028321ba11ca3e6eef286ca3915577f4b793' (2023-04-09) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/148fee317058fad8159619e9d6ccc8c0aa6d0fce' (2023-04-06) → 'github:NixOS/nixos-hardware/3006d2860a6ed5e01b0c3e7ffb730e9b293116e2' (2023-04-07) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/9c8ff8b426a8b07b9e0a131ac3218740dc85ba1e' (2023-04-05) → 'github:nixos/nixpkgs/d9f759f2ea8d265d974a6e1259bd510ac5844c5d' (2023-04-08) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/d8480d44ffd2e1b5440a3cf74ce6fb299557e9a0' (2023-04-06) → 'github:cachix/pre-commit-hooks.nix/2144d9ddcb550d6dce64a2b44facdc8c5ea2e28a' (2023-04-08) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/d1dd2791698a60837ed829a49cd0e4663f5da801' (2023-04-07) → 'github:oxalica/rust-overlay/9e55ff64c777f05310d83be0a0cbf0c7e299f63a' (2023-04-09) • Updated input 'sops': 'github:Mic92/sops-nix/b93eb910f768f9788737bfed596a598557e5625d' (2023-04-02) → 'github:Mic92/sops-nix/ddc6f124cb9be22d2ba066064c28bc19039a6bce' (2023-04-09) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/c1e2efaca8d8a3db6a36f652765d6c6ba7bb8fae' (2023-04-01) → 'github:NixOS/nixpkgs/e45cc0138829ad86e7ff17a76acf2d05e781e30a' (2023-04-09)
2023-04-09 22:01:50 +02:00
"inputs": {
"systems": "systems"
},
2021-11-12 12:40:13 +01:00
"locked": {
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/b54e2dc988b34fbad1a1180fe68b573a9d080df5' (2023-09-11) → 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/42157ddb4e4a255d16e6a50a792893cbd1a3098c' (2023-09-11) → 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/4c8cf44c5b9481a4f093f1df3b8b7ba997a7c760' (2023-09-10) → 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) • Updated input 'flake-utils': 'github:numtide/flake-utils/f9e7cf818399d17d347f847525c5a5a8032e4e44' (2023-08-23) → 'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12) • Updated input 'home-manager': 'github:nix-community/home-manager/f7848d3e5f15ed02e3f286029697e41ee31662d7' (2023-09-10) → 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) • Updated input 'microvm': 'github:astro/microvm.nix/c2ee8fd0fef00b3a019b08c42976ecef1e1cd103' (2023-09-10) → 'github:astro/microvm.nix/03e7f11cf915a911277c2cdea5d7da9717597aa2' (2023-09-12) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/793de77d9f83418b428e8ba70d1e42c6507d0d35' (2023-09-03) → 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/db9208ab987cdeeedf78ad9b4cf3c55f5ebd269b' (2023-09-08) → 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/6c520f2e31f4bebeb29cc4563543de7187013575' (2023-09-11) → 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) • Updated input 'sops': 'github:Mic92/sops-nix/faf21ac162173c2deb54e5fdeed002a9bd6e8623' (2023-09-05) → 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12)
2023-09-13 08:47:31 +02:00
"lastModified": 1694529238,
"narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
2021-11-12 12:40:13 +01:00
"owner": "numtide",
"repo": "flake-utils",
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/b54e2dc988b34fbad1a1180fe68b573a9d080df5' (2023-09-11) → 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/42157ddb4e4a255d16e6a50a792893cbd1a3098c' (2023-09-11) → 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/4c8cf44c5b9481a4f093f1df3b8b7ba997a7c760' (2023-09-10) → 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) • Updated input 'flake-utils': 'github:numtide/flake-utils/f9e7cf818399d17d347f847525c5a5a8032e4e44' (2023-08-23) → 'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12) • Updated input 'home-manager': 'github:nix-community/home-manager/f7848d3e5f15ed02e3f286029697e41ee31662d7' (2023-09-10) → 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) • Updated input 'microvm': 'github:astro/microvm.nix/c2ee8fd0fef00b3a019b08c42976ecef1e1cd103' (2023-09-10) → 'github:astro/microvm.nix/03e7f11cf915a911277c2cdea5d7da9717597aa2' (2023-09-12) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/793de77d9f83418b428e8ba70d1e42c6507d0d35' (2023-09-03) → 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/db9208ab987cdeeedf78ad9b4cf3c55f5ebd269b' (2023-09-08) → 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/6c520f2e31f4bebeb29cc4563543de7187013575' (2023-09-11) → 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) • Updated input 'sops': 'github:Mic92/sops-nix/faf21ac162173c2deb54e5fdeed002a9bd6e8623' (2023-09-05) → 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12)
2023-09-13 08:47:31 +02:00
"rev": "ff7b65b44d01cf9ba6a71320833626af21126384",
2021-11-12 12:40:13 +01:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2022-11-23 19:54:42 +01:00
"gitignore": {
"inputs": {
2022-11-23 20:16:14 +01:00
"nixpkgs": [
"pre-commit-hooks",
"nixpkgs"
]
2022-11-23 19:54:42 +01:00
},
"locked": {
"lastModified": 1660459072,
"narHash": "sha256-8DFJjXG8zqoONA1vXtgeKXy68KdJL5UaXR8NtVMUbx8=",
"owner": "hercules-ci",
"repo": "gitignore.nix",
"rev": "a20de23b925fd8264fd7fad6454652e142fd7f73",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "gitignore.nix",
"type": "github"
}
},
2021-11-21 19:07:12 +01:00
"ha-now-playing": {
"inputs": {
2023-07-04 20:24:57 +02:00
"crane": "crane",
"flake-utils": [
"flake-utils"
],
2021-11-21 19:07:12 +01:00
"nixpkgs": [
"nixpkgs"
],
"pre-commit-hooks": [
"pre-commit-hooks"
],
2022-01-24 11:17:44 +01:00
"rust-overlay": [
"rust-overlay"
2021-11-21 19:07:12 +01:00
]
},
"locked": {
2023-07-04 20:24:57 +02:00
"lastModified": 1688393735,
"narHash": "sha256-tmur+qyhQUo3jRIRSaaD1ubhQ1h/Kk7f6KvEb/AO0Eg=",
2021-11-21 19:07:12 +01:00
"ref": "main",
2023-07-04 20:24:57 +02:00
"rev": "e76736b4c23769824e38e9ccf9e8677439dd9138",
"revCount": 94,
2021-11-21 19:07:12 +01:00
"type": "git",
2022-03-18 21:14:51 +01:00
"url": "https://git.datarift.nl/erwin/ha-now-playing.git"
2021-11-21 19:07:12 +01:00
},
"original": {
"ref": "main",
"type": "git",
2022-03-18 21:14:51 +01:00
"url": "https://git.datarift.nl/erwin/ha-now-playing.git"
2021-11-21 19:07:12 +01:00
}
},
2021-10-05 23:45:02 +02:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/75fa173ef1b15461a9ac437e43455488adaf0b92' (2023-04-11) → 'github:nix-community/disko/e10586ab84ea5d37e1332dc49e29ce7d06fd1d6b' (2023-04-18) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/7606cc4b272b55d800c5b62adff217e5833db045' (2023-04-13) → 'github:nix-community/emacs-overlay/03d4bfb6ac2c177d3f6a9d272547bfe2371cdf37' (2023-04-19) • Updated input 'home-manager': 'github:nix-community/home-manager/28698126bd825aff21cae9ffd15cf83e169051b0' (2023-04-11) → 'github:nix-community/home-manager/aa03c8a429902dbaf15b3395f8cefc5a4b83f7f7' (2023-04-18) • Removed input 'home-manager/utils' • Updated input 'microvm': 'github:astro/microvm.nix/2e81186da4d4f6daaaca2d7e3319aeeded7b72d8' (2023-04-10) → 'github:astro/microvm.nix/68f1b9ece0f116d5ea1d1ecaf17f7b526303df81' (2023-04-17) • Updated input 'nil': 'github:oxalica/nil/56a1fa87b98a9508920f4b0ab8fe36d5b54b2362' (2023-04-03) → 'github:oxalica/nil/1d5bc81023c21b22cfbea06a8b4b82963c01b941' (2023-04-13) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/fe2ecaf706a5907b5e54d979fbde4924d84b65fc' (2023-04-12) → 'github:nixos/nixpkgs/f00994e78cd39e6fc966f0c4103f908e63284780' (2023-04-17) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/c77e64a5adab96866ea97449a5a7a327d4629828' (2023-04-11) → 'github:cachix/pre-commit-hooks.nix/b7ca8f6fff42f6af75c17f9438fed1686b7d855d' (2023-04-18) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/db7bf4a2dd295adeeaa809d36387098926a15487' (2023-04-14) → 'github:oxalica/rust-overlay/e2f975856a48ebecba4f95846b8f368f3808d4e7' (2023-04-19) • Updated input 'sops': 'github:Mic92/sops-nix/00d5fd73756d424de5263b92235563bc06f2c6e1' (2023-04-11) → 'github:Mic92/sops-nix/5698b06b0731a2c15ff8c2351644427f8ad33993' (2023-04-18) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/e45cc0138829ad86e7ff17a76acf2d05e781e30a' (2023-04-09) → 'github:NixOS/nixpkgs/1040ce5f652b586da95dfd80d48a745e107b9eac' (2023-04-16)
2023-04-19 09:31:08 +02:00
]
2021-10-05 23:45:02 +02:00
},
"locked": {
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) → 'github:nix-community/disko/9f29cedac79d0acf07b6341f9112f46dec3abb8f' (2023-09-18) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) → 'github:nix-community/emacs-overlay/c724333b2d3235b01101d62908ed1d43d18ac515' (2023-09-18) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) → 'github:NixOS/nixpkgs/5d017a8822e0907fb96f7700a319f9fe2434de02' (2023-09-17) • Updated input 'home-manager': 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) → 'github:nix-community/home-manager/e63a6b34792884bfe4056d1ef561b5611589b8ad' (2023-09-18) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) → 'github:NixOS/nixos-hardware/161b027169b19d3a0ad6bd0a8948edf0c0fb0f64' (2023-09-18) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) → 'github:nixos/nixpkgs/ace5093e36ab1e95cb9463863491bee90d5a4183' (2023-09-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) → 'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18) • Updated input 'sops': 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12) → 'github:Mic92/sops-nix/4d284ca58ce5f48df79d99ab75b1ae3c3032b9ad' (2023-09-18)
2023-09-18 19:47:29 +02:00
"lastModified": 1695043542,
"narHash": "sha256-uUoftoffo9F+tLpepz99M5Z9dTPAiBy5EjYRScaNO1o=",
2023-04-25 13:18:58 +02:00
"owner": "nix-community",
2021-10-05 23:45:02 +02:00
"repo": "home-manager",
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) → 'github:nix-community/disko/9f29cedac79d0acf07b6341f9112f46dec3abb8f' (2023-09-18) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) → 'github:nix-community/emacs-overlay/c724333b2d3235b01101d62908ed1d43d18ac515' (2023-09-18) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) → 'github:NixOS/nixpkgs/5d017a8822e0907fb96f7700a319f9fe2434de02' (2023-09-17) • Updated input 'home-manager': 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) → 'github:nix-community/home-manager/e63a6b34792884bfe4056d1ef561b5611589b8ad' (2023-09-18) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) → 'github:NixOS/nixos-hardware/161b027169b19d3a0ad6bd0a8948edf0c0fb0f64' (2023-09-18) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) → 'github:nixos/nixpkgs/ace5093e36ab1e95cb9463863491bee90d5a4183' (2023-09-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) → 'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18) • Updated input 'sops': 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12) → 'github:Mic92/sops-nix/4d284ca58ce5f48df79d99ab75b1ae3c3032b9ad' (2023-09-18)
2023-09-18 19:47:29 +02:00
"rev": "e63a6b34792884bfe4056d1ef561b5611589b8ad",
2021-10-05 23:45:02 +02:00
"type": "github"
},
"original": {
2023-04-25 13:18:58 +02:00
"owner": "nix-community",
2021-10-05 23:45:02 +02:00
"repo": "home-manager",
"type": "github"
}
},
2023-01-27 15:36:05 +01:00
"microvm": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/b54e2dc988b34fbad1a1180fe68b573a9d080df5' (2023-09-11) → 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/42157ddb4e4a255d16e6a50a792893cbd1a3098c' (2023-09-11) → 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/4c8cf44c5b9481a4f093f1df3b8b7ba997a7c760' (2023-09-10) → 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) • Updated input 'flake-utils': 'github:numtide/flake-utils/f9e7cf818399d17d347f847525c5a5a8032e4e44' (2023-08-23) → 'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12) • Updated input 'home-manager': 'github:nix-community/home-manager/f7848d3e5f15ed02e3f286029697e41ee31662d7' (2023-09-10) → 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) • Updated input 'microvm': 'github:astro/microvm.nix/c2ee8fd0fef00b3a019b08c42976ecef1e1cd103' (2023-09-10) → 'github:astro/microvm.nix/03e7f11cf915a911277c2cdea5d7da9717597aa2' (2023-09-12) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/793de77d9f83418b428e8ba70d1e42c6507d0d35' (2023-09-03) → 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/db9208ab987cdeeedf78ad9b4cf3c55f5ebd269b' (2023-09-08) → 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/6c520f2e31f4bebeb29cc4563543de7187013575' (2023-09-11) → 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) • Updated input 'sops': 'github:Mic92/sops-nix/faf21ac162173c2deb54e5fdeed002a9bd6e8623' (2023-09-05) → 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12)
2023-09-13 08:47:31 +02:00
"lastModified": 1694526290,
"narHash": "sha256-HiWr+tfJE/hcn8atRC0S5KweSUknQLEduPLTEiSr5J8=",
2023-01-27 15:36:05 +01:00
"owner": "astro",
"repo": "microvm.nix",
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/b54e2dc988b34fbad1a1180fe68b573a9d080df5' (2023-09-11) → 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/42157ddb4e4a255d16e6a50a792893cbd1a3098c' (2023-09-11) → 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/4c8cf44c5b9481a4f093f1df3b8b7ba997a7c760' (2023-09-10) → 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) • Updated input 'flake-utils': 'github:numtide/flake-utils/f9e7cf818399d17d347f847525c5a5a8032e4e44' (2023-08-23) → 'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12) • Updated input 'home-manager': 'github:nix-community/home-manager/f7848d3e5f15ed02e3f286029697e41ee31662d7' (2023-09-10) → 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) • Updated input 'microvm': 'github:astro/microvm.nix/c2ee8fd0fef00b3a019b08c42976ecef1e1cd103' (2023-09-10) → 'github:astro/microvm.nix/03e7f11cf915a911277c2cdea5d7da9717597aa2' (2023-09-12) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/793de77d9f83418b428e8ba70d1e42c6507d0d35' (2023-09-03) → 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/db9208ab987cdeeedf78ad9b4cf3c55f5ebd269b' (2023-09-08) → 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/6c520f2e31f4bebeb29cc4563543de7187013575' (2023-09-11) → 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) • Updated input 'sops': 'github:Mic92/sops-nix/faf21ac162173c2deb54e5fdeed002a9bd6e8623' (2023-09-05) → 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12)
2023-09-13 08:47:31 +02:00
"rev": "03e7f11cf915a911277c2cdea5d7da9717597aa2",
2023-01-27 15:36:05 +01:00
"type": "github"
},
"original": {
"owner": "astro",
"repo": "microvm.nix",
"type": "github"
}
},
2021-11-21 19:07:12 +01:00
"naersk": {
"inputs": {
2022-01-24 11:17:44 +01:00
"nixpkgs": [
"nixpkgs"
]
2021-11-21 19:07:12 +01:00
},
"locked": {
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/b2ea7d62581fa50d3e19a949b85fe04c1e8d7384' (2023-09-05) → 'github:nix-community/disko/f9907fcf6df79a76ea7e3a3afe9340a672cb9c6e' (2023-09-09) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/f5c2366c5d8f241b8c66e4b18be8ad25ffdb4e48' (2023-09-06) → 'github:nix-community/emacs-overlay/2276b94b3d43467372de17708ab3468a5821fcfc' (2023-09-09) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/da5adce0ffaff10f6d0fee72a02a5ed9d01b52fc' (2023-09-03) → 'github:NixOS/nixpkgs/4f77ea639305f1de0a14d9d41eef83313360638c' (2023-09-07) • Updated input 'home-manager': 'github:nix-community/home-manager/b22d7bab30076bbb73744867d6c5bf7d6380570c' (2023-09-06) → 'github:nix-community/home-manager/19c6a4081b14443420358262f8416149bd79561a' (2023-09-08) • Updated input 'microvm': 'github:astro/microvm.nix/8d2a99baa151bc120b3f062aadbfaca7a942c23a' (2023-09-05) → 'github:astro/microvm.nix/25460d97cffffe24f565a9d654c4aab1848598b4' (2023-09-08) • Updated input 'naersk': 'github:nix-community/naersk/78789c30d64dea2396c9da516bbcc8db3a475207' (2023-08-18) → 'github:nix-community/naersk/3f976d822b7b37fc6fb8e6f157c2dd05e7e94e89' (2023-09-07) • Updated input 'nil': 'github:oxalica/nil/4bdcfcfe38cfcb386142e043392afbfa542665dd' (2023-09-03) → 'github:oxalica/nil/4775e34c30f6101a9bb4364a0c7e4aae4ae43f11' (2023-09-08) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1' (2023-09-04) → 'github:nixos/nixpkgs/0bffda19b8af722f8069d09d8b6a24594c80b352' (2023-09-06) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/a8b4bb4cbb744baaabc3e69099f352f99164e2c1' (2023-09-06) → 'github:oxalica/rust-overlay/1b4fad9dccece45c25b9ebda607427d69a8f1eae' (2023-09-09)
2023-09-09 22:24:44 +02:00
"lastModified": 1694081375,
"narHash": "sha256-vzJXOUnmkMCm3xw8yfPP5m8kypQ3BhAIRe4RRCWpzy8=",
2022-01-24 11:17:44 +01:00
"owner": "nix-community",
2021-11-21 19:07:12 +01:00
"repo": "naersk",
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/b2ea7d62581fa50d3e19a949b85fe04c1e8d7384' (2023-09-05) → 'github:nix-community/disko/f9907fcf6df79a76ea7e3a3afe9340a672cb9c6e' (2023-09-09) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/f5c2366c5d8f241b8c66e4b18be8ad25ffdb4e48' (2023-09-06) → 'github:nix-community/emacs-overlay/2276b94b3d43467372de17708ab3468a5821fcfc' (2023-09-09) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/da5adce0ffaff10f6d0fee72a02a5ed9d01b52fc' (2023-09-03) → 'github:NixOS/nixpkgs/4f77ea639305f1de0a14d9d41eef83313360638c' (2023-09-07) • Updated input 'home-manager': 'github:nix-community/home-manager/b22d7bab30076bbb73744867d6c5bf7d6380570c' (2023-09-06) → 'github:nix-community/home-manager/19c6a4081b14443420358262f8416149bd79561a' (2023-09-08) • Updated input 'microvm': 'github:astro/microvm.nix/8d2a99baa151bc120b3f062aadbfaca7a942c23a' (2023-09-05) → 'github:astro/microvm.nix/25460d97cffffe24f565a9d654c4aab1848598b4' (2023-09-08) • Updated input 'naersk': 'github:nix-community/naersk/78789c30d64dea2396c9da516bbcc8db3a475207' (2023-08-18) → 'github:nix-community/naersk/3f976d822b7b37fc6fb8e6f157c2dd05e7e94e89' (2023-09-07) • Updated input 'nil': 'github:oxalica/nil/4bdcfcfe38cfcb386142e043392afbfa542665dd' (2023-09-03) → 'github:oxalica/nil/4775e34c30f6101a9bb4364a0c7e4aae4ae43f11' (2023-09-08) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1' (2023-09-04) → 'github:nixos/nixpkgs/0bffda19b8af722f8069d09d8b6a24594c80b352' (2023-09-06) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/a8b4bb4cbb744baaabc3e69099f352f99164e2c1' (2023-09-06) → 'github:oxalica/rust-overlay/1b4fad9dccece45c25b9ebda607427d69a8f1eae' (2023-09-09)
2023-09-09 22:24:44 +02:00
"rev": "3f976d822b7b37fc6fb8e6f157c2dd05e7e94e89",
2021-11-21 19:07:12 +01:00
"type": "github"
},
"original": {
2022-01-24 11:17:44 +01:00
"owner": "nix-community",
2022-01-15 14:48:10 +01:00
"repo": "naersk",
"type": "github"
}
},
2022-11-22 17:33:35 +01:00
"nil": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
],
"rust-overlay": [
"rust-overlay"
]
},
"locked": {
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/b2ea7d62581fa50d3e19a949b85fe04c1e8d7384' (2023-09-05) → 'github:nix-community/disko/f9907fcf6df79a76ea7e3a3afe9340a672cb9c6e' (2023-09-09) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/f5c2366c5d8f241b8c66e4b18be8ad25ffdb4e48' (2023-09-06) → 'github:nix-community/emacs-overlay/2276b94b3d43467372de17708ab3468a5821fcfc' (2023-09-09) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/da5adce0ffaff10f6d0fee72a02a5ed9d01b52fc' (2023-09-03) → 'github:NixOS/nixpkgs/4f77ea639305f1de0a14d9d41eef83313360638c' (2023-09-07) • Updated input 'home-manager': 'github:nix-community/home-manager/b22d7bab30076bbb73744867d6c5bf7d6380570c' (2023-09-06) → 'github:nix-community/home-manager/19c6a4081b14443420358262f8416149bd79561a' (2023-09-08) • Updated input 'microvm': 'github:astro/microvm.nix/8d2a99baa151bc120b3f062aadbfaca7a942c23a' (2023-09-05) → 'github:astro/microvm.nix/25460d97cffffe24f565a9d654c4aab1848598b4' (2023-09-08) • Updated input 'naersk': 'github:nix-community/naersk/78789c30d64dea2396c9da516bbcc8db3a475207' (2023-08-18) → 'github:nix-community/naersk/3f976d822b7b37fc6fb8e6f157c2dd05e7e94e89' (2023-09-07) • Updated input 'nil': 'github:oxalica/nil/4bdcfcfe38cfcb386142e043392afbfa542665dd' (2023-09-03) → 'github:oxalica/nil/4775e34c30f6101a9bb4364a0c7e4aae4ae43f11' (2023-09-08) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1' (2023-09-04) → 'github:nixos/nixpkgs/0bffda19b8af722f8069d09d8b6a24594c80b352' (2023-09-06) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/a8b4bb4cbb744baaabc3e69099f352f99164e2c1' (2023-09-06) → 'github:oxalica/rust-overlay/1b4fad9dccece45c25b9ebda607427d69a8f1eae' (2023-09-09)
2023-09-09 22:24:44 +02:00
"lastModified": 1694177726,
"narHash": "sha256-eaYATUkElEbXGcehShhYfcGhrjfTMQEmJqxvO+/5ciw=",
2022-11-22 17:33:35 +01:00
"owner": "oxalica",
"repo": "nil",
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/b2ea7d62581fa50d3e19a949b85fe04c1e8d7384' (2023-09-05) → 'github:nix-community/disko/f9907fcf6df79a76ea7e3a3afe9340a672cb9c6e' (2023-09-09) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/f5c2366c5d8f241b8c66e4b18be8ad25ffdb4e48' (2023-09-06) → 'github:nix-community/emacs-overlay/2276b94b3d43467372de17708ab3468a5821fcfc' (2023-09-09) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/da5adce0ffaff10f6d0fee72a02a5ed9d01b52fc' (2023-09-03) → 'github:NixOS/nixpkgs/4f77ea639305f1de0a14d9d41eef83313360638c' (2023-09-07) • Updated input 'home-manager': 'github:nix-community/home-manager/b22d7bab30076bbb73744867d6c5bf7d6380570c' (2023-09-06) → 'github:nix-community/home-manager/19c6a4081b14443420358262f8416149bd79561a' (2023-09-08) • Updated input 'microvm': 'github:astro/microvm.nix/8d2a99baa151bc120b3f062aadbfaca7a942c23a' (2023-09-05) → 'github:astro/microvm.nix/25460d97cffffe24f565a9d654c4aab1848598b4' (2023-09-08) • Updated input 'naersk': 'github:nix-community/naersk/78789c30d64dea2396c9da516bbcc8db3a475207' (2023-08-18) → 'github:nix-community/naersk/3f976d822b7b37fc6fb8e6f157c2dd05e7e94e89' (2023-09-07) • Updated input 'nil': 'github:oxalica/nil/4bdcfcfe38cfcb386142e043392afbfa542665dd' (2023-09-03) → 'github:oxalica/nil/4775e34c30f6101a9bb4364a0c7e4aae4ae43f11' (2023-09-08) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1' (2023-09-04) → 'github:nixos/nixpkgs/0bffda19b8af722f8069d09d8b6a24594c80b352' (2023-09-06) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/a8b4bb4cbb744baaabc3e69099f352f99164e2c1' (2023-09-06) → 'github:oxalica/rust-overlay/1b4fad9dccece45c25b9ebda607427d69a8f1eae' (2023-09-09)
2023-09-09 22:24:44 +02:00
"rev": "4775e34c30f6101a9bb4364a0c7e4aae4ae43f11",
2022-11-22 17:33:35 +01:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "nil",
"type": "github"
}
},
"nixinate": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/fef67a1ddc293b595d62a660f57deabbcb70ff95' (2023-06-26) → 'github:nix-community/disko/8002e7cb899bc2a02a2ebfb7f999fcd7c18b92a1' (2023-06-28) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/f42cc216ad19b81c18657671b8681f1b005804b3' (2023-06-28) → 'github:nix-community/emacs-overlay/f443f77e16da5b244761ae7d5c45064418c9df7b' (2023-07-03) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/9790f3242da2152d5aa1976e3e4b8b414f4dd206' (2023-06-27) → 'github:NixOS/nixpkgs/0de86059128947b2438995450f2c2ca08cc783d5' (2023-07-01) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/37dd7bb15791c86d55c5121740a1887ab55ee836' (2023-06-26) → 'github:hercules-ci/flake-parts/267149c58a14d15f7f81b4d737308421de9d7152' (2023-07-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/4f53efe34b3a8877ac923b9350c874e3dcd5dc0a?dir=lib' (2023-05-31) → 'github:NixOS/nixpkgs/4bc72cae107788bf3f24f30db2e2f685c9298dc9?dir=lib' (2023-06-29) • Updated input 'home-manager': 'github:nix-community/home-manager/47c2adc6b31e9cff335010f570814e44418e2b3e' (2023-06-28) → 'github:nix-community/home-manager/c85d9137db45a1c9c161f4718b13cc3bd4cbd173' (2023-07-02) • Updated input 'microvm': 'github:astro/microvm.nix/c14833d8506a784f0b3cf91a2b864acb05662711' (2023-06-21) → 'github:astro/microvm.nix/f7c9df6a19de6bb5215b32f6bbd5a8c9d6510ebf' (2023-07-02) • Updated input 'naersk': 'github:nix-community/naersk/df10963b956962913b693a638746a95d6c506404' (2023-06-27) → 'github:nix-community/naersk/714e701eb4ca2491d34d794b98be4b994a796ae7' (2023-07-01) • Updated input 'nixinate': 'github:MatthewCroughan/nixinate/b4d17b8e2a4abc47e93e1a1c466e0286a63640d8' (2022-12-15) → 'github:MatthewCroughan/nixinate/7902ae845e6cc5bd450e510cdf5e009a6e4a44d9' (2023-06-30) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6b3d1b1cf13f407fef5e634b224d575eb7211975' (2023-06-26) → 'github:nixos/nixpkgs/645ff62e09d294a30de823cb568e9c6d68e92606' (2023-07-01) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/1fa438eee82f35bdd4bc30a9aacd7648d757b388' (2023-06-26) → 'github:cachix/pre-commit-hooks.nix/522fd47af79b66cdd04b92618e65c7a11504650a' (2023-06-30) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/fc57a011f1c20d2b24f75a79ab669430a221b220' (2023-06-28) → 'github:oxalica/rust-overlay/f9b92316727af9e6c7fee4a761242f7f46880329' (2023-07-03) • Updated input 'sops': 'github:Mic92/sops-nix/2ff6973350682f8d16371f8c071a304b8067f192' (2023-06-22) → 'github:Mic92/sops-nix/5ed3c22c1fa0515e037e36956a67fe7e32c92957' (2023-07-02) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/e2e2059d19668dab1744301b8b0e821e3aae9c99' (2023-06-17) → 'github:NixOS/nixpkgs/f553c016a31277246f8d3724d3b1eee5e8c0842c' (2023-07-02)
2023-07-03 09:28:03 +02:00
"lastModified": 1688141737,
"narHash": "sha256-qHrNMYWukOKmKVf6wXOGKj1xxUnOGjvTRbt/PLLXuBE=",
"owner": "MatthewCroughan",
"repo": "nixinate",
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/fef67a1ddc293b595d62a660f57deabbcb70ff95' (2023-06-26) → 'github:nix-community/disko/8002e7cb899bc2a02a2ebfb7f999fcd7c18b92a1' (2023-06-28) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/f42cc216ad19b81c18657671b8681f1b005804b3' (2023-06-28) → 'github:nix-community/emacs-overlay/f443f77e16da5b244761ae7d5c45064418c9df7b' (2023-07-03) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/9790f3242da2152d5aa1976e3e4b8b414f4dd206' (2023-06-27) → 'github:NixOS/nixpkgs/0de86059128947b2438995450f2c2ca08cc783d5' (2023-07-01) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/37dd7bb15791c86d55c5121740a1887ab55ee836' (2023-06-26) → 'github:hercules-ci/flake-parts/267149c58a14d15f7f81b4d737308421de9d7152' (2023-07-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/4f53efe34b3a8877ac923b9350c874e3dcd5dc0a?dir=lib' (2023-05-31) → 'github:NixOS/nixpkgs/4bc72cae107788bf3f24f30db2e2f685c9298dc9?dir=lib' (2023-06-29) • Updated input 'home-manager': 'github:nix-community/home-manager/47c2adc6b31e9cff335010f570814e44418e2b3e' (2023-06-28) → 'github:nix-community/home-manager/c85d9137db45a1c9c161f4718b13cc3bd4cbd173' (2023-07-02) • Updated input 'microvm': 'github:astro/microvm.nix/c14833d8506a784f0b3cf91a2b864acb05662711' (2023-06-21) → 'github:astro/microvm.nix/f7c9df6a19de6bb5215b32f6bbd5a8c9d6510ebf' (2023-07-02) • Updated input 'naersk': 'github:nix-community/naersk/df10963b956962913b693a638746a95d6c506404' (2023-06-27) → 'github:nix-community/naersk/714e701eb4ca2491d34d794b98be4b994a796ae7' (2023-07-01) • Updated input 'nixinate': 'github:MatthewCroughan/nixinate/b4d17b8e2a4abc47e93e1a1c466e0286a63640d8' (2022-12-15) → 'github:MatthewCroughan/nixinate/7902ae845e6cc5bd450e510cdf5e009a6e4a44d9' (2023-06-30) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6b3d1b1cf13f407fef5e634b224d575eb7211975' (2023-06-26) → 'github:nixos/nixpkgs/645ff62e09d294a30de823cb568e9c6d68e92606' (2023-07-01) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/1fa438eee82f35bdd4bc30a9aacd7648d757b388' (2023-06-26) → 'github:cachix/pre-commit-hooks.nix/522fd47af79b66cdd04b92618e65c7a11504650a' (2023-06-30) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/fc57a011f1c20d2b24f75a79ab669430a221b220' (2023-06-28) → 'github:oxalica/rust-overlay/f9b92316727af9e6c7fee4a761242f7f46880329' (2023-07-03) • Updated input 'sops': 'github:Mic92/sops-nix/2ff6973350682f8d16371f8c071a304b8067f192' (2023-06-22) → 'github:Mic92/sops-nix/5ed3c22c1fa0515e037e36956a67fe7e32c92957' (2023-07-02) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/e2e2059d19668dab1744301b8b0e821e3aae9c99' (2023-06-17) → 'github:NixOS/nixpkgs/f553c016a31277246f8d3724d3b1eee5e8c0842c' (2023-07-02)
2023-07-03 09:28:03 +02:00
"rev": "7902ae845e6cc5bd450e510cdf5e009a6e4a44d9",
"type": "github"
},
"original": {
"owner": "MatthewCroughan",
"repo": "nixinate",
"type": "github"
}
},
2022-07-02 19:10:15 +02:00
"nixos-hardware": {
"locked": {
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) → 'github:nix-community/disko/9f29cedac79d0acf07b6341f9112f46dec3abb8f' (2023-09-18) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) → 'github:nix-community/emacs-overlay/c724333b2d3235b01101d62908ed1d43d18ac515' (2023-09-18) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) → 'github:NixOS/nixpkgs/5d017a8822e0907fb96f7700a319f9fe2434de02' (2023-09-17) • Updated input 'home-manager': 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) → 'github:nix-community/home-manager/e63a6b34792884bfe4056d1ef561b5611589b8ad' (2023-09-18) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) → 'github:NixOS/nixos-hardware/161b027169b19d3a0ad6bd0a8948edf0c0fb0f64' (2023-09-18) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) → 'github:nixos/nixpkgs/ace5093e36ab1e95cb9463863491bee90d5a4183' (2023-09-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) → 'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18) • Updated input 'sops': 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12) → 'github:Mic92/sops-nix/4d284ca58ce5f48df79d99ab75b1ae3c3032b9ad' (2023-09-18)
2023-09-18 19:47:29 +02:00
"lastModified": 1695033975,
"narHash": "sha256-GIUxbgLBhVyaKRxQw/NWYFLx7/jbKW3+U0HoSsMLPAs=",
2022-07-02 19:10:15 +02:00
"owner": "NixOS",
"repo": "nixos-hardware",
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) → 'github:nix-community/disko/9f29cedac79d0acf07b6341f9112f46dec3abb8f' (2023-09-18) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) → 'github:nix-community/emacs-overlay/c724333b2d3235b01101d62908ed1d43d18ac515' (2023-09-18) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) → 'github:NixOS/nixpkgs/5d017a8822e0907fb96f7700a319f9fe2434de02' (2023-09-17) • Updated input 'home-manager': 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) → 'github:nix-community/home-manager/e63a6b34792884bfe4056d1ef561b5611589b8ad' (2023-09-18) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) → 'github:NixOS/nixos-hardware/161b027169b19d3a0ad6bd0a8948edf0c0fb0f64' (2023-09-18) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) → 'github:nixos/nixpkgs/ace5093e36ab1e95cb9463863491bee90d5a4183' (2023-09-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) → 'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18) • Updated input 'sops': 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12) → 'github:Mic92/sops-nix/4d284ca58ce5f48df79d99ab75b1ae3c3032b9ad' (2023-09-18)
2023-09-18 19:47:29 +02:00
"rev": "161b027169b19d3a0ad6bd0a8948edf0c0fb0f64",
2022-07-02 19:10:15 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixos-hardware",
"type": "github"
}
},
2022-01-24 11:17:44 +01:00
"nixpkgs": {
2021-11-21 19:07:12 +01:00
"locked": {
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) → 'github:nix-community/disko/9f29cedac79d0acf07b6341f9112f46dec3abb8f' (2023-09-18) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) → 'github:nix-community/emacs-overlay/c724333b2d3235b01101d62908ed1d43d18ac515' (2023-09-18) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) → 'github:NixOS/nixpkgs/5d017a8822e0907fb96f7700a319f9fe2434de02' (2023-09-17) • Updated input 'home-manager': 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) → 'github:nix-community/home-manager/e63a6b34792884bfe4056d1ef561b5611589b8ad' (2023-09-18) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) → 'github:NixOS/nixos-hardware/161b027169b19d3a0ad6bd0a8948edf0c0fb0f64' (2023-09-18) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) → 'github:nixos/nixpkgs/ace5093e36ab1e95cb9463863491bee90d5a4183' (2023-09-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) → 'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18) • Updated input 'sops': 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12) → 'github:Mic92/sops-nix/4d284ca58ce5f48df79d99ab75b1ae3c3032b9ad' (2023-09-18)
2023-09-18 19:47:29 +02:00
"lastModified": 1694767346,
"narHash": "sha256-5uH27SiVFUwsTsqC5rs3kS7pBoNhtoy9QfTP9BmknGk=",
"owner": "nixos",
2021-10-05 23:45:02 +02:00
"repo": "nixpkgs",
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) → 'github:nix-community/disko/9f29cedac79d0acf07b6341f9112f46dec3abb8f' (2023-09-18) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) → 'github:nix-community/emacs-overlay/c724333b2d3235b01101d62908ed1d43d18ac515' (2023-09-18) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) → 'github:NixOS/nixpkgs/5d017a8822e0907fb96f7700a319f9fe2434de02' (2023-09-17) • Updated input 'home-manager': 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) → 'github:nix-community/home-manager/e63a6b34792884bfe4056d1ef561b5611589b8ad' (2023-09-18) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) → 'github:NixOS/nixos-hardware/161b027169b19d3a0ad6bd0a8948edf0c0fb0f64' (2023-09-18) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) → 'github:nixos/nixpkgs/ace5093e36ab1e95cb9463863491bee90d5a4183' (2023-09-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) → 'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18) • Updated input 'sops': 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12) → 'github:Mic92/sops-nix/4d284ca58ce5f48df79d99ab75b1ae3c3032b9ad' (2023-09-18)
2023-09-18 19:47:29 +02:00
"rev": "ace5093e36ab1e95cb9463863491bee90d5a4183",
2021-10-05 23:45:02 +02:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
2021-10-05 23:45:02 +02:00
}
},
2023-05-22 10:27:21 +02:00
"nixpkgs-lib": {
"locked": {
"dir": "lib",
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/00169fe4a6015a88c3799f0bf89689e06a4d4896' (2023-08-28) → 'github:nix-community/disko/b2ea7d62581fa50d3e19a949b85fe04c1e8d7384' (2023-09-05) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/12332e7a2a2f3899dcca76c752464ca87215dd53' (2023-08-30) → 'github:nix-community/emacs-overlay/f5c2366c5d8f241b8c66e4b18be8ad25ffdb4e48' (2023-09-06) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/c540061ac8d72d6e6d99345bd2d590c82b2f58c1' (2023-08-28) → 'github:NixOS/nixpkgs/da5adce0ffaff10f6d0fee72a02a5ed9d01b52fc' (2023-09-03) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/59cf3f1447cfc75087e7273b04b31e689a8599fb' (2023-08-01) → 'github:hercules-ci/flake-parts/7f53fdb7bdc5bb237da7fefef12d099e4fd611ca' (2023-09-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/9e1960bc196baf6881340d53dccb203a951745a2?dir=lib' (2023-08-01) → 'github:NixOS/nixpkgs/3e52e76b70d5508f3cec70b882a29199f4d1ee85?dir=lib' (2023-08-31) • Updated input 'home-manager': 'github:nix-community/home-manager/8bde7a651b94ba30bd0baaa9c4a08aae88cc2e92' (2023-08-28) → 'github:nix-community/home-manager/b22d7bab30076bbb73744867d6c5bf7d6380570c' (2023-09-06) • Updated input 'microvm': 'github:astro/microvm.nix/a291d324915f26d1fd86443bd486089099e8b541' (2023-08-17) → 'github:astro/microvm.nix/8d2a99baa151bc120b3f062aadbfaca7a942c23a' (2023-09-05) • Updated input 'nil': 'github:oxalica/nil/97abe7d3d48721d4e0fcc1876eea83bb4247825b' (2023-08-07) → 'github:oxalica/nil/4bdcfcfe38cfcb386142e043392afbfa542665dd' (2023-09-03) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/817e297fc3352fadc15f2c5306909aa9192d7d97' (2023-08-25) → 'github:NixOS/nixos-hardware/793de77d9f83418b428e8ba70d1e42c6507d0d35' (2023-09-03) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3efb0f6f404ec8dae31bdb1a9b17705ce0d6986e' (2023-08-28) → 'github:nixos/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1' (2023-09-04) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/1fb2aa49635e9f30b6fa211ab7c454f7175e1ba3' (2023-08-30) → 'github:oxalica/rust-overlay/a8b4bb4cbb744baaabc3e69099f352f99164e2c1' (2023-09-06) • Updated input 'sops': 'github:Mic92/sops-nix/c89ee06488706b587a22085b1844bf9ca6ba5687' (2023-08-28) → 'github:Mic92/sops-nix/faf21ac162173c2deb54e5fdeed002a9bd6e8623' (2023-09-05) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/9117c4e9dc117a6cd0319cca40f2349ed333669d' (2023-08-27) → 'github:NixOS/nixpkgs/5601118d39ca9105f8e7b39d4c221d3388c0419d' (2023-09-02)
2023-09-06 16:56:35 +02:00
"lastModified": 1693471703,
"narHash": "sha256-0l03ZBL8P1P6z8MaSDS/MvuU8E75rVxe5eE1N6gxeTo=",
2023-05-22 10:27:21 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/00169fe4a6015a88c3799f0bf89689e06a4d4896' (2023-08-28) → 'github:nix-community/disko/b2ea7d62581fa50d3e19a949b85fe04c1e8d7384' (2023-09-05) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/12332e7a2a2f3899dcca76c752464ca87215dd53' (2023-08-30) → 'github:nix-community/emacs-overlay/f5c2366c5d8f241b8c66e4b18be8ad25ffdb4e48' (2023-09-06) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/c540061ac8d72d6e6d99345bd2d590c82b2f58c1' (2023-08-28) → 'github:NixOS/nixpkgs/da5adce0ffaff10f6d0fee72a02a5ed9d01b52fc' (2023-09-03) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/59cf3f1447cfc75087e7273b04b31e689a8599fb' (2023-08-01) → 'github:hercules-ci/flake-parts/7f53fdb7bdc5bb237da7fefef12d099e4fd611ca' (2023-09-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/9e1960bc196baf6881340d53dccb203a951745a2?dir=lib' (2023-08-01) → 'github:NixOS/nixpkgs/3e52e76b70d5508f3cec70b882a29199f4d1ee85?dir=lib' (2023-08-31) • Updated input 'home-manager': 'github:nix-community/home-manager/8bde7a651b94ba30bd0baaa9c4a08aae88cc2e92' (2023-08-28) → 'github:nix-community/home-manager/b22d7bab30076bbb73744867d6c5bf7d6380570c' (2023-09-06) • Updated input 'microvm': 'github:astro/microvm.nix/a291d324915f26d1fd86443bd486089099e8b541' (2023-08-17) → 'github:astro/microvm.nix/8d2a99baa151bc120b3f062aadbfaca7a942c23a' (2023-09-05) • Updated input 'nil': 'github:oxalica/nil/97abe7d3d48721d4e0fcc1876eea83bb4247825b' (2023-08-07) → 'github:oxalica/nil/4bdcfcfe38cfcb386142e043392afbfa542665dd' (2023-09-03) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/817e297fc3352fadc15f2c5306909aa9192d7d97' (2023-08-25) → 'github:NixOS/nixos-hardware/793de77d9f83418b428e8ba70d1e42c6507d0d35' (2023-09-03) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3efb0f6f404ec8dae31bdb1a9b17705ce0d6986e' (2023-08-28) → 'github:nixos/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1' (2023-09-04) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/1fb2aa49635e9f30b6fa211ab7c454f7175e1ba3' (2023-08-30) → 'github:oxalica/rust-overlay/a8b4bb4cbb744baaabc3e69099f352f99164e2c1' (2023-09-06) • Updated input 'sops': 'github:Mic92/sops-nix/c89ee06488706b587a22085b1844bf9ca6ba5687' (2023-08-28) → 'github:Mic92/sops-nix/faf21ac162173c2deb54e5fdeed002a9bd6e8623' (2023-09-05) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/9117c4e9dc117a6cd0319cca40f2349ed333669d' (2023-08-27) → 'github:NixOS/nixpkgs/5601118d39ca9105f8e7b39d4c221d3388c0419d' (2023-09-02)
2023-09-06 16:56:35 +02:00
"rev": "3e52e76b70d5508f3cec70b882a29199f4d1ee85",
2023-05-22 10:27:21 +02:00
"type": "github"
},
"original": {
"dir": "lib",
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2022-12-06 15:39:47 +01:00
"nixpkgs-stable": {
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/0d270372b21818eba342954220c1a30a7bdaba19' (2023-05-30) → 'github:nix-community/disko/d02e565b95bdc68d8d7179a8eae27a1e4b04e507' (2023-06-04) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/7735f53ef8f28d80ca5339e486e29177ed7c8297' (2023-05-30) → 'github:nix-community/emacs-overlay/70db17480e76d556cc5363c1ba22cd591c83fa76' (2023-06-04) • Added input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/006c75898cf814ef9497252b022e91c946ba8e17' (2023-05-08) → 'github:hercules-ci/flake-parts/71fb97f0d875fd4de4994dfb849f2c75e17eb6c3' (2023-06-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/da45bf6ec7bbcc5d1e14d3795c025199f28e0de0?dir=lib' (2023-04-30) → 'github:NixOS/nixpkgs/4f53efe34b3a8877ac923b9350c874e3dcd5dc0a?dir=lib' (2023-05-31) • Updated input 'flake-utils': 'github:numtide/flake-utils/cfacdce06f30d2b68473a46042957675eebb3401' (2023-04-11) → 'github:numtide/flake-utils/a1720a10a6cfe8234c0e93907ffe81be440f4cef' (2023-05-31) • Updated input 'home-manager': 'github:nix-community/home-manager/9f82227b64245c273d98dd02dedd44fc7576041e' (2023-05-30) → 'github:nix-community/home-manager/57ed23cd29e7b72518e19d2917e2b2880a94162c' (2023-06-04) • Updated input 'nil': 'github:oxalica/nil/0158d58d47abecd7f5f4e67c06365ff77bbedbc7' (2023-05-30) → 'github:oxalica/nil/dcd38b96c91a2d07552f824a6480e00dc7b4948a' (2023-05-31) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/5e871d8aa6f57cc8e0dc087d1c5013f6e212b4ce' (2023-05-29) → 'github:nixos/nixpkgs/dd4982554e18b936790da07c4ea2db7c7600f283' (2023-06-03) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/9b3284e2412f76bd68ff46f8cf1c7af44d7ffac0' (2023-05-30) → 'github:oxalica/rust-overlay/1ef3c6de6127a1cba94cc5492cdde52e33d06ea4' (2023-06-04) • Updated input 'sops': 'github:Mic92/sops-nix/876846cde9762ae563f018c17993354875e2538e' (2023-05-30) → 'github:Mic92/sops-nix/a522e12ee35e50fa7d902a164a9796e420e6e75b' (2023-06-04) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/ba6e4ddeb3e8ad3f3e3bec63dafbc9fe558729bb' (2023-05-27) → 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03)
2023-06-04 14:22:48 +02:00
"locked": {
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) → 'github:nix-community/disko/9f29cedac79d0acf07b6341f9112f46dec3abb8f' (2023-09-18) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) → 'github:nix-community/emacs-overlay/c724333b2d3235b01101d62908ed1d43d18ac515' (2023-09-18) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) → 'github:NixOS/nixpkgs/5d017a8822e0907fb96f7700a319f9fe2434de02' (2023-09-17) • Updated input 'home-manager': 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) → 'github:nix-community/home-manager/e63a6b34792884bfe4056d1ef561b5611589b8ad' (2023-09-18) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) → 'github:NixOS/nixos-hardware/161b027169b19d3a0ad6bd0a8948edf0c0fb0f64' (2023-09-18) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) → 'github:nixos/nixpkgs/ace5093e36ab1e95cb9463863491bee90d5a4183' (2023-09-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) → 'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18) • Updated input 'sops': 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12) → 'github:Mic92/sops-nix/4d284ca58ce5f48df79d99ab75b1ae3c3032b9ad' (2023-09-18)
2023-09-18 19:47:29 +02:00
"lastModified": 1694937365,
"narHash": "sha256-iHZSGrb9gVpZRR4B2ishUN/1LRKWtSHZNO37C8z1SmA=",
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/0d270372b21818eba342954220c1a30a7bdaba19' (2023-05-30) → 'github:nix-community/disko/d02e565b95bdc68d8d7179a8eae27a1e4b04e507' (2023-06-04) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/7735f53ef8f28d80ca5339e486e29177ed7c8297' (2023-05-30) → 'github:nix-community/emacs-overlay/70db17480e76d556cc5363c1ba22cd591c83fa76' (2023-06-04) • Added input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/006c75898cf814ef9497252b022e91c946ba8e17' (2023-05-08) → 'github:hercules-ci/flake-parts/71fb97f0d875fd4de4994dfb849f2c75e17eb6c3' (2023-06-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/da45bf6ec7bbcc5d1e14d3795c025199f28e0de0?dir=lib' (2023-04-30) → 'github:NixOS/nixpkgs/4f53efe34b3a8877ac923b9350c874e3dcd5dc0a?dir=lib' (2023-05-31) • Updated input 'flake-utils': 'github:numtide/flake-utils/cfacdce06f30d2b68473a46042957675eebb3401' (2023-04-11) → 'github:numtide/flake-utils/a1720a10a6cfe8234c0e93907ffe81be440f4cef' (2023-05-31) • Updated input 'home-manager': 'github:nix-community/home-manager/9f82227b64245c273d98dd02dedd44fc7576041e' (2023-05-30) → 'github:nix-community/home-manager/57ed23cd29e7b72518e19d2917e2b2880a94162c' (2023-06-04) • Updated input 'nil': 'github:oxalica/nil/0158d58d47abecd7f5f4e67c06365ff77bbedbc7' (2023-05-30) → 'github:oxalica/nil/dcd38b96c91a2d07552f824a6480e00dc7b4948a' (2023-05-31) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/5e871d8aa6f57cc8e0dc087d1c5013f6e212b4ce' (2023-05-29) → 'github:nixos/nixpkgs/dd4982554e18b936790da07c4ea2db7c7600f283' (2023-06-03) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/9b3284e2412f76bd68ff46f8cf1c7af44d7ffac0' (2023-05-30) → 'github:oxalica/rust-overlay/1ef3c6de6127a1cba94cc5492cdde52e33d06ea4' (2023-06-04) • Updated input 'sops': 'github:Mic92/sops-nix/876846cde9762ae563f018c17993354875e2538e' (2023-05-30) → 'github:Mic92/sops-nix/a522e12ee35e50fa7d902a164a9796e420e6e75b' (2023-06-04) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/ba6e4ddeb3e8ad3f3e3bec63dafbc9fe558729bb' (2023-05-27) → 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03)
2023-06-04 14:22:48 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) → 'github:nix-community/disko/9f29cedac79d0acf07b6341f9112f46dec3abb8f' (2023-09-18) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) → 'github:nix-community/emacs-overlay/c724333b2d3235b01101d62908ed1d43d18ac515' (2023-09-18) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) → 'github:NixOS/nixpkgs/5d017a8822e0907fb96f7700a319f9fe2434de02' (2023-09-17) • Updated input 'home-manager': 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) → 'github:nix-community/home-manager/e63a6b34792884bfe4056d1ef561b5611589b8ad' (2023-09-18) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) → 'github:NixOS/nixos-hardware/161b027169b19d3a0ad6bd0a8948edf0c0fb0f64' (2023-09-18) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) → 'github:nixos/nixpkgs/ace5093e36ab1e95cb9463863491bee90d5a4183' (2023-09-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) → 'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18) • Updated input 'sops': 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12) → 'github:Mic92/sops-nix/4d284ca58ce5f48df79d99ab75b1ae3c3032b9ad' (2023-09-18)
2023-09-18 19:47:29 +02:00
"rev": "5d017a8822e0907fb96f7700a319f9fe2434de02",
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/0d270372b21818eba342954220c1a30a7bdaba19' (2023-05-30) → 'github:nix-community/disko/d02e565b95bdc68d8d7179a8eae27a1e4b04e507' (2023-06-04) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/7735f53ef8f28d80ca5339e486e29177ed7c8297' (2023-05-30) → 'github:nix-community/emacs-overlay/70db17480e76d556cc5363c1ba22cd591c83fa76' (2023-06-04) • Added input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/006c75898cf814ef9497252b022e91c946ba8e17' (2023-05-08) → 'github:hercules-ci/flake-parts/71fb97f0d875fd4de4994dfb849f2c75e17eb6c3' (2023-06-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/da45bf6ec7bbcc5d1e14d3795c025199f28e0de0?dir=lib' (2023-04-30) → 'github:NixOS/nixpkgs/4f53efe34b3a8877ac923b9350c874e3dcd5dc0a?dir=lib' (2023-05-31) • Updated input 'flake-utils': 'github:numtide/flake-utils/cfacdce06f30d2b68473a46042957675eebb3401' (2023-04-11) → 'github:numtide/flake-utils/a1720a10a6cfe8234c0e93907ffe81be440f4cef' (2023-05-31) • Updated input 'home-manager': 'github:nix-community/home-manager/9f82227b64245c273d98dd02dedd44fc7576041e' (2023-05-30) → 'github:nix-community/home-manager/57ed23cd29e7b72518e19d2917e2b2880a94162c' (2023-06-04) • Updated input 'nil': 'github:oxalica/nil/0158d58d47abecd7f5f4e67c06365ff77bbedbc7' (2023-05-30) → 'github:oxalica/nil/dcd38b96c91a2d07552f824a6480e00dc7b4948a' (2023-05-31) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/5e871d8aa6f57cc8e0dc087d1c5013f6e212b4ce' (2023-05-29) → 'github:nixos/nixpkgs/dd4982554e18b936790da07c4ea2db7c7600f283' (2023-06-03) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/9b3284e2412f76bd68ff46f8cf1c7af44d7ffac0' (2023-05-30) → 'github:oxalica/rust-overlay/1ef3c6de6127a1cba94cc5492cdde52e33d06ea4' (2023-06-04) • Updated input 'sops': 'github:Mic92/sops-nix/876846cde9762ae563f018c17993354875e2538e' (2023-05-30) → 'github:Mic92/sops-nix/a522e12ee35e50fa7d902a164a9796e420e6e75b' (2023-06-04) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/ba6e4ddeb3e8ad3f3e3bec63dafbc9fe558729bb' (2023-05-27) → 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03)
2023-06-04 14:22:48 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/d02e565b95bdc68d8d7179a8eae27a1e4b04e507' (2023-06-04) → 'github:nix-community/disko/29d632d7e8fa86f937153ecdfd7d768411001d2d' (2023-06-05) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/70db17480e76d556cc5363c1ba22cd591c83fa76' (2023-06-04) → 'github:nix-community/emacs-overlay/fe83f47d0a8240ec1d81928705f6b02dc722fbbd' (2023-06-07) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03) → 'github:NixOS/nixpkgs/70f7275b32f49bc67ae3532b758b80cb6c27f98a' (2023-06-05) • Updated input 'home-manager': 'github:nix-community/home-manager/57ed23cd29e7b72518e19d2917e2b2880a94162c' (2023-06-04) → 'github:nix-community/home-manager/3512a6dafb7836cfceef00dcb29ce6f01c2ce280' (2023-06-07) • Updated input 'microvm': 'github:astro/microvm.nix/3683f43a37568fbc14bdc1c952acb41b0bb09a01' (2023-05-29) → 'github:astro/microvm.nix/c6416c6b9fed22b71f526720cb120b0218c51b62' (2023-06-06) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/dd4982554e18b936790da07c4ea2db7c7600f283' (2023-06-03) → 'github:nixos/nixpkgs/7409480d5c8584a1a83c422530419efe4afb0d19' (2023-06-05) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/ca2fdbf3edda2a38140184da6381d49f8206eaf4' (2023-05-29) → 'github:cachix/pre-commit-hooks.nix/6881eb2ae5d8a3516e34714e7a90d9d95914c4dc' (2023-06-06) • Updated input 'pre-commit-hooks/nixpkgs-stable': 'github:NixOS/nixpkgs/9b8e5abb18324c7fe9f07cb100c3cd4a29cda8b8' (2023-03-15) → 'github:NixOS/nixpkgs/c37ca420157f4abc31e26f436c1145f8951ff373' (2023-06-03) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/1ef3c6de6127a1cba94cc5492cdde52e33d06ea4' (2023-06-04) → 'github:oxalica/rust-overlay/1279a72003f5e4b08c8eca1101d8f57452a539f9' (2023-06-07)
2023-06-07 11:24:58 +02:00
"ref": "nixos-23.05",
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/0d270372b21818eba342954220c1a30a7bdaba19' (2023-05-30) → 'github:nix-community/disko/d02e565b95bdc68d8d7179a8eae27a1e4b04e507' (2023-06-04) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/7735f53ef8f28d80ca5339e486e29177ed7c8297' (2023-05-30) → 'github:nix-community/emacs-overlay/70db17480e76d556cc5363c1ba22cd591c83fa76' (2023-06-04) • Added input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/006c75898cf814ef9497252b022e91c946ba8e17' (2023-05-08) → 'github:hercules-ci/flake-parts/71fb97f0d875fd4de4994dfb849f2c75e17eb6c3' (2023-06-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/da45bf6ec7bbcc5d1e14d3795c025199f28e0de0?dir=lib' (2023-04-30) → 'github:NixOS/nixpkgs/4f53efe34b3a8877ac923b9350c874e3dcd5dc0a?dir=lib' (2023-05-31) • Updated input 'flake-utils': 'github:numtide/flake-utils/cfacdce06f30d2b68473a46042957675eebb3401' (2023-04-11) → 'github:numtide/flake-utils/a1720a10a6cfe8234c0e93907ffe81be440f4cef' (2023-05-31) • Updated input 'home-manager': 'github:nix-community/home-manager/9f82227b64245c273d98dd02dedd44fc7576041e' (2023-05-30) → 'github:nix-community/home-manager/57ed23cd29e7b72518e19d2917e2b2880a94162c' (2023-06-04) • Updated input 'nil': 'github:oxalica/nil/0158d58d47abecd7f5f4e67c06365ff77bbedbc7' (2023-05-30) → 'github:oxalica/nil/dcd38b96c91a2d07552f824a6480e00dc7b4948a' (2023-05-31) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/5e871d8aa6f57cc8e0dc087d1c5013f6e212b4ce' (2023-05-29) → 'github:nixos/nixpkgs/dd4982554e18b936790da07c4ea2db7c7600f283' (2023-06-03) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/9b3284e2412f76bd68ff46f8cf1c7af44d7ffac0' (2023-05-30) → 'github:oxalica/rust-overlay/1ef3c6de6127a1cba94cc5492cdde52e33d06ea4' (2023-06-04) • Updated input 'sops': 'github:Mic92/sops-nix/876846cde9762ae563f018c17993354875e2538e' (2023-05-30) → 'github:Mic92/sops-nix/a522e12ee35e50fa7d902a164a9796e420e6e75b' (2023-06-04) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/ba6e4ddeb3e8ad3f3e3bec63dafbc9fe558729bb' (2023-05-27) → 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03)
2023-06-04 14:22:48 +02:00
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable_2": {
2022-05-26 11:32:45 +02:00
"locked": {
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/d02e565b95bdc68d8d7179a8eae27a1e4b04e507' (2023-06-04) → 'github:nix-community/disko/29d632d7e8fa86f937153ecdfd7d768411001d2d' (2023-06-05) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/70db17480e76d556cc5363c1ba22cd591c83fa76' (2023-06-04) → 'github:nix-community/emacs-overlay/fe83f47d0a8240ec1d81928705f6b02dc722fbbd' (2023-06-07) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03) → 'github:NixOS/nixpkgs/70f7275b32f49bc67ae3532b758b80cb6c27f98a' (2023-06-05) • Updated input 'home-manager': 'github:nix-community/home-manager/57ed23cd29e7b72518e19d2917e2b2880a94162c' (2023-06-04) → 'github:nix-community/home-manager/3512a6dafb7836cfceef00dcb29ce6f01c2ce280' (2023-06-07) • Updated input 'microvm': 'github:astro/microvm.nix/3683f43a37568fbc14bdc1c952acb41b0bb09a01' (2023-05-29) → 'github:astro/microvm.nix/c6416c6b9fed22b71f526720cb120b0218c51b62' (2023-06-06) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/dd4982554e18b936790da07c4ea2db7c7600f283' (2023-06-03) → 'github:nixos/nixpkgs/7409480d5c8584a1a83c422530419efe4afb0d19' (2023-06-05) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/ca2fdbf3edda2a38140184da6381d49f8206eaf4' (2023-05-29) → 'github:cachix/pre-commit-hooks.nix/6881eb2ae5d8a3516e34714e7a90d9d95914c4dc' (2023-06-06) • Updated input 'pre-commit-hooks/nixpkgs-stable': 'github:NixOS/nixpkgs/9b8e5abb18324c7fe9f07cb100c3cd4a29cda8b8' (2023-03-15) → 'github:NixOS/nixpkgs/c37ca420157f4abc31e26f436c1145f8951ff373' (2023-06-03) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/1ef3c6de6127a1cba94cc5492cdde52e33d06ea4' (2023-06-04) → 'github:oxalica/rust-overlay/1279a72003f5e4b08c8eca1101d8f57452a539f9' (2023-06-07)
2023-06-07 11:24:58 +02:00
"lastModified": 1685801374,
"narHash": "sha256-otaSUoFEMM+LjBI1XL/xGB5ao6IwnZOXc47qhIgJe8U=",
2022-05-26 11:32:45 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/d02e565b95bdc68d8d7179a8eae27a1e4b04e507' (2023-06-04) → 'github:nix-community/disko/29d632d7e8fa86f937153ecdfd7d768411001d2d' (2023-06-05) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/70db17480e76d556cc5363c1ba22cd591c83fa76' (2023-06-04) → 'github:nix-community/emacs-overlay/fe83f47d0a8240ec1d81928705f6b02dc722fbbd' (2023-06-07) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03) → 'github:NixOS/nixpkgs/70f7275b32f49bc67ae3532b758b80cb6c27f98a' (2023-06-05) • Updated input 'home-manager': 'github:nix-community/home-manager/57ed23cd29e7b72518e19d2917e2b2880a94162c' (2023-06-04) → 'github:nix-community/home-manager/3512a6dafb7836cfceef00dcb29ce6f01c2ce280' (2023-06-07) • Updated input 'microvm': 'github:astro/microvm.nix/3683f43a37568fbc14bdc1c952acb41b0bb09a01' (2023-05-29) → 'github:astro/microvm.nix/c6416c6b9fed22b71f526720cb120b0218c51b62' (2023-06-06) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/dd4982554e18b936790da07c4ea2db7c7600f283' (2023-06-03) → 'github:nixos/nixpkgs/7409480d5c8584a1a83c422530419efe4afb0d19' (2023-06-05) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/ca2fdbf3edda2a38140184da6381d49f8206eaf4' (2023-05-29) → 'github:cachix/pre-commit-hooks.nix/6881eb2ae5d8a3516e34714e7a90d9d95914c4dc' (2023-06-06) • Updated input 'pre-commit-hooks/nixpkgs-stable': 'github:NixOS/nixpkgs/9b8e5abb18324c7fe9f07cb100c3cd4a29cda8b8' (2023-03-15) → 'github:NixOS/nixpkgs/c37ca420157f4abc31e26f436c1145f8951ff373' (2023-06-03) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/1ef3c6de6127a1cba94cc5492cdde52e33d06ea4' (2023-06-04) → 'github:oxalica/rust-overlay/1279a72003f5e4b08c8eca1101d8f57452a539f9' (2023-06-07)
2023-06-07 11:24:58 +02:00
"rev": "c37ca420157f4abc31e26f436c1145f8951ff373",
2022-05-26 11:32:45 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/d02e565b95bdc68d8d7179a8eae27a1e4b04e507' (2023-06-04) → 'github:nix-community/disko/29d632d7e8fa86f937153ecdfd7d768411001d2d' (2023-06-05) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/70db17480e76d556cc5363c1ba22cd591c83fa76' (2023-06-04) → 'github:nix-community/emacs-overlay/fe83f47d0a8240ec1d81928705f6b02dc722fbbd' (2023-06-07) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03) → 'github:NixOS/nixpkgs/70f7275b32f49bc67ae3532b758b80cb6c27f98a' (2023-06-05) • Updated input 'home-manager': 'github:nix-community/home-manager/57ed23cd29e7b72518e19d2917e2b2880a94162c' (2023-06-04) → 'github:nix-community/home-manager/3512a6dafb7836cfceef00dcb29ce6f01c2ce280' (2023-06-07) • Updated input 'microvm': 'github:astro/microvm.nix/3683f43a37568fbc14bdc1c952acb41b0bb09a01' (2023-05-29) → 'github:astro/microvm.nix/c6416c6b9fed22b71f526720cb120b0218c51b62' (2023-06-06) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/dd4982554e18b936790da07c4ea2db7c7600f283' (2023-06-03) → 'github:nixos/nixpkgs/7409480d5c8584a1a83c422530419efe4afb0d19' (2023-06-05) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/ca2fdbf3edda2a38140184da6381d49f8206eaf4' (2023-05-29) → 'github:cachix/pre-commit-hooks.nix/6881eb2ae5d8a3516e34714e7a90d9d95914c4dc' (2023-06-06) • Updated input 'pre-commit-hooks/nixpkgs-stable': 'github:NixOS/nixpkgs/9b8e5abb18324c7fe9f07cb100c3cd4a29cda8b8' (2023-03-15) → 'github:NixOS/nixpkgs/c37ca420157f4abc31e26f436c1145f8951ff373' (2023-06-03) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/1ef3c6de6127a1cba94cc5492cdde52e33d06ea4' (2023-06-04) → 'github:oxalica/rust-overlay/1279a72003f5e4b08c8eca1101d8f57452a539f9' (2023-06-07)
2023-06-07 11:24:58 +02:00
"ref": "nixos-23.05",
2022-05-26 11:32:45 +02:00
"repo": "nixpkgs",
"type": "github"
}
},
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/0d270372b21818eba342954220c1a30a7bdaba19' (2023-05-30) → 'github:nix-community/disko/d02e565b95bdc68d8d7179a8eae27a1e4b04e507' (2023-06-04) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/7735f53ef8f28d80ca5339e486e29177ed7c8297' (2023-05-30) → 'github:nix-community/emacs-overlay/70db17480e76d556cc5363c1ba22cd591c83fa76' (2023-06-04) • Added input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/006c75898cf814ef9497252b022e91c946ba8e17' (2023-05-08) → 'github:hercules-ci/flake-parts/71fb97f0d875fd4de4994dfb849f2c75e17eb6c3' (2023-06-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/da45bf6ec7bbcc5d1e14d3795c025199f28e0de0?dir=lib' (2023-04-30) → 'github:NixOS/nixpkgs/4f53efe34b3a8877ac923b9350c874e3dcd5dc0a?dir=lib' (2023-05-31) • Updated input 'flake-utils': 'github:numtide/flake-utils/cfacdce06f30d2b68473a46042957675eebb3401' (2023-04-11) → 'github:numtide/flake-utils/a1720a10a6cfe8234c0e93907ffe81be440f4cef' (2023-05-31) • Updated input 'home-manager': 'github:nix-community/home-manager/9f82227b64245c273d98dd02dedd44fc7576041e' (2023-05-30) → 'github:nix-community/home-manager/57ed23cd29e7b72518e19d2917e2b2880a94162c' (2023-06-04) • Updated input 'nil': 'github:oxalica/nil/0158d58d47abecd7f5f4e67c06365ff77bbedbc7' (2023-05-30) → 'github:oxalica/nil/dcd38b96c91a2d07552f824a6480e00dc7b4948a' (2023-05-31) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/5e871d8aa6f57cc8e0dc087d1c5013f6e212b4ce' (2023-05-29) → 'github:nixos/nixpkgs/dd4982554e18b936790da07c4ea2db7c7600f283' (2023-06-03) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/9b3284e2412f76bd68ff46f8cf1c7af44d7ffac0' (2023-05-30) → 'github:oxalica/rust-overlay/1ef3c6de6127a1cba94cc5492cdde52e33d06ea4' (2023-06-04) • Updated input 'sops': 'github:Mic92/sops-nix/876846cde9762ae563f018c17993354875e2538e' (2023-05-30) → 'github:Mic92/sops-nix/a522e12ee35e50fa7d902a164a9796e420e6e75b' (2023-06-04) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/ba6e4ddeb3e8ad3f3e3bec63dafbc9fe558729bb' (2023-05-27) → 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03)
2023-06-04 14:22:48 +02:00
"nixpkgs-stable_3": {
2022-11-23 19:54:42 +01:00
"locked": {
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/00169fe4a6015a88c3799f0bf89689e06a4d4896' (2023-08-28) → 'github:nix-community/disko/b2ea7d62581fa50d3e19a949b85fe04c1e8d7384' (2023-09-05) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/12332e7a2a2f3899dcca76c752464ca87215dd53' (2023-08-30) → 'github:nix-community/emacs-overlay/f5c2366c5d8f241b8c66e4b18be8ad25ffdb4e48' (2023-09-06) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/c540061ac8d72d6e6d99345bd2d590c82b2f58c1' (2023-08-28) → 'github:NixOS/nixpkgs/da5adce0ffaff10f6d0fee72a02a5ed9d01b52fc' (2023-09-03) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/59cf3f1447cfc75087e7273b04b31e689a8599fb' (2023-08-01) → 'github:hercules-ci/flake-parts/7f53fdb7bdc5bb237da7fefef12d099e4fd611ca' (2023-09-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/9e1960bc196baf6881340d53dccb203a951745a2?dir=lib' (2023-08-01) → 'github:NixOS/nixpkgs/3e52e76b70d5508f3cec70b882a29199f4d1ee85?dir=lib' (2023-08-31) • Updated input 'home-manager': 'github:nix-community/home-manager/8bde7a651b94ba30bd0baaa9c4a08aae88cc2e92' (2023-08-28) → 'github:nix-community/home-manager/b22d7bab30076bbb73744867d6c5bf7d6380570c' (2023-09-06) • Updated input 'microvm': 'github:astro/microvm.nix/a291d324915f26d1fd86443bd486089099e8b541' (2023-08-17) → 'github:astro/microvm.nix/8d2a99baa151bc120b3f062aadbfaca7a942c23a' (2023-09-05) • Updated input 'nil': 'github:oxalica/nil/97abe7d3d48721d4e0fcc1876eea83bb4247825b' (2023-08-07) → 'github:oxalica/nil/4bdcfcfe38cfcb386142e043392afbfa542665dd' (2023-09-03) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/817e297fc3352fadc15f2c5306909aa9192d7d97' (2023-08-25) → 'github:NixOS/nixos-hardware/793de77d9f83418b428e8ba70d1e42c6507d0d35' (2023-09-03) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3efb0f6f404ec8dae31bdb1a9b17705ce0d6986e' (2023-08-28) → 'github:nixos/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1' (2023-09-04) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/1fb2aa49635e9f30b6fa211ab7c454f7175e1ba3' (2023-08-30) → 'github:oxalica/rust-overlay/a8b4bb4cbb744baaabc3e69099f352f99164e2c1' (2023-09-06) • Updated input 'sops': 'github:Mic92/sops-nix/c89ee06488706b587a22085b1844bf9ca6ba5687' (2023-08-28) → 'github:Mic92/sops-nix/faf21ac162173c2deb54e5fdeed002a9bd6e8623' (2023-09-05) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/9117c4e9dc117a6cd0319cca40f2349ed333669d' (2023-08-27) → 'github:NixOS/nixpkgs/5601118d39ca9105f8e7b39d4c221d3388c0419d' (2023-09-02)
2023-09-06 16:56:35 +02:00
"lastModified": 1693675694,
"narHash": "sha256-2pIOyQwGyy2FtFAUIb8YeKVmOCcPOTVphbAvmshudLE=",
2022-11-23 19:54:42 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/00169fe4a6015a88c3799f0bf89689e06a4d4896' (2023-08-28) → 'github:nix-community/disko/b2ea7d62581fa50d3e19a949b85fe04c1e8d7384' (2023-09-05) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/12332e7a2a2f3899dcca76c752464ca87215dd53' (2023-08-30) → 'github:nix-community/emacs-overlay/f5c2366c5d8f241b8c66e4b18be8ad25ffdb4e48' (2023-09-06) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/c540061ac8d72d6e6d99345bd2d590c82b2f58c1' (2023-08-28) → 'github:NixOS/nixpkgs/da5adce0ffaff10f6d0fee72a02a5ed9d01b52fc' (2023-09-03) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/59cf3f1447cfc75087e7273b04b31e689a8599fb' (2023-08-01) → 'github:hercules-ci/flake-parts/7f53fdb7bdc5bb237da7fefef12d099e4fd611ca' (2023-09-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/9e1960bc196baf6881340d53dccb203a951745a2?dir=lib' (2023-08-01) → 'github:NixOS/nixpkgs/3e52e76b70d5508f3cec70b882a29199f4d1ee85?dir=lib' (2023-08-31) • Updated input 'home-manager': 'github:nix-community/home-manager/8bde7a651b94ba30bd0baaa9c4a08aae88cc2e92' (2023-08-28) → 'github:nix-community/home-manager/b22d7bab30076bbb73744867d6c5bf7d6380570c' (2023-09-06) • Updated input 'microvm': 'github:astro/microvm.nix/a291d324915f26d1fd86443bd486089099e8b541' (2023-08-17) → 'github:astro/microvm.nix/8d2a99baa151bc120b3f062aadbfaca7a942c23a' (2023-09-05) • Updated input 'nil': 'github:oxalica/nil/97abe7d3d48721d4e0fcc1876eea83bb4247825b' (2023-08-07) → 'github:oxalica/nil/4bdcfcfe38cfcb386142e043392afbfa542665dd' (2023-09-03) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/817e297fc3352fadc15f2c5306909aa9192d7d97' (2023-08-25) → 'github:NixOS/nixos-hardware/793de77d9f83418b428e8ba70d1e42c6507d0d35' (2023-09-03) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3efb0f6f404ec8dae31bdb1a9b17705ce0d6986e' (2023-08-28) → 'github:nixos/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1' (2023-09-04) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/1fb2aa49635e9f30b6fa211ab7c454f7175e1ba3' (2023-08-30) → 'github:oxalica/rust-overlay/a8b4bb4cbb744baaabc3e69099f352f99164e2c1' (2023-09-06) • Updated input 'sops': 'github:Mic92/sops-nix/c89ee06488706b587a22085b1844bf9ca6ba5687' (2023-08-28) → 'github:Mic92/sops-nix/faf21ac162173c2deb54e5fdeed002a9bd6e8623' (2023-09-05) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/9117c4e9dc117a6cd0319cca40f2349ed333669d' (2023-08-27) → 'github:NixOS/nixpkgs/5601118d39ca9105f8e7b39d4c221d3388c0419d' (2023-09-02)
2023-09-06 16:56:35 +02:00
"rev": "5601118d39ca9105f8e7b39d4c221d3388c0419d",
2022-11-23 19:54:42 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
2023-06-19 08:18:04 +02:00
"ref": "release-23.05",
2022-11-23 19:54:42 +01:00
"repo": "nixpkgs",
"type": "github"
}
},
2021-11-21 19:07:12 +01:00
"pamedia": {
"inputs": {
2023-07-04 20:24:57 +02:00
"flake-utils": [
"flake-utils"
],
2022-01-24 11:17:44 +01:00
"naersk": [
"naersk"
],
2021-11-21 19:07:12 +01:00
"nixpkgs": [
"nixpkgs"
],
"rust-overlay": "rust-overlay"
2021-11-21 19:07:12 +01:00
},
"locked": {
"lastModified": 1688388711,
"narHash": "sha256-jOtnok2dEZG/xASC2B0psgPIhZL0SGLNkHf7JV1z4Vc=",
2021-11-21 19:07:12 +01:00
"ref": "main",
"rev": "ef2135b690569b15b454dd37384b4e569f6a33a7",
"revCount": 9,
2021-11-21 19:07:12 +01:00
"type": "git",
2022-03-18 21:14:51 +01:00
"url": "https://git.datarift.nl/erwin/pamedia-rs.git"
2021-11-21 19:07:12 +01:00
},
"original": {
"ref": "main",
"type": "git",
2022-03-18 21:14:51 +01:00
"url": "https://git.datarift.nl/erwin/pamedia-rs.git"
2021-11-21 19:07:12 +01:00
}
},
"pre-commit-hooks": {
"inputs": {
2023-07-10 13:42:25 +02:00
"flake-compat": "flake-compat_3",
"flake-utils": [
"flake-utils"
],
2022-11-23 19:54:42 +01:00
"gitignore": "gitignore",
"nixpkgs": [
"nixpkgs"
2022-11-23 19:54:42 +01:00
],
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/0d270372b21818eba342954220c1a30a7bdaba19' (2023-05-30) → 'github:nix-community/disko/d02e565b95bdc68d8d7179a8eae27a1e4b04e507' (2023-06-04) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/7735f53ef8f28d80ca5339e486e29177ed7c8297' (2023-05-30) → 'github:nix-community/emacs-overlay/70db17480e76d556cc5363c1ba22cd591c83fa76' (2023-06-04) • Added input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/006c75898cf814ef9497252b022e91c946ba8e17' (2023-05-08) → 'github:hercules-ci/flake-parts/71fb97f0d875fd4de4994dfb849f2c75e17eb6c3' (2023-06-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/da45bf6ec7bbcc5d1e14d3795c025199f28e0de0?dir=lib' (2023-04-30) → 'github:NixOS/nixpkgs/4f53efe34b3a8877ac923b9350c874e3dcd5dc0a?dir=lib' (2023-05-31) • Updated input 'flake-utils': 'github:numtide/flake-utils/cfacdce06f30d2b68473a46042957675eebb3401' (2023-04-11) → 'github:numtide/flake-utils/a1720a10a6cfe8234c0e93907ffe81be440f4cef' (2023-05-31) • Updated input 'home-manager': 'github:nix-community/home-manager/9f82227b64245c273d98dd02dedd44fc7576041e' (2023-05-30) → 'github:nix-community/home-manager/57ed23cd29e7b72518e19d2917e2b2880a94162c' (2023-06-04) • Updated input 'nil': 'github:oxalica/nil/0158d58d47abecd7f5f4e67c06365ff77bbedbc7' (2023-05-30) → 'github:oxalica/nil/dcd38b96c91a2d07552f824a6480e00dc7b4948a' (2023-05-31) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/5e871d8aa6f57cc8e0dc087d1c5013f6e212b4ce' (2023-05-29) → 'github:nixos/nixpkgs/dd4982554e18b936790da07c4ea2db7c7600f283' (2023-06-03) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/9b3284e2412f76bd68ff46f8cf1c7af44d7ffac0' (2023-05-30) → 'github:oxalica/rust-overlay/1ef3c6de6127a1cba94cc5492cdde52e33d06ea4' (2023-06-04) • Updated input 'sops': 'github:Mic92/sops-nix/876846cde9762ae563f018c17993354875e2538e' (2023-05-30) → 'github:Mic92/sops-nix/a522e12ee35e50fa7d902a164a9796e420e6e75b' (2023-06-04) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/ba6e4ddeb3e8ad3f3e3bec63dafbc9fe558729bb' (2023-05-27) → 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03)
2023-06-04 14:22:48 +02:00
"nixpkgs-stable": "nixpkgs-stable_2"
},
"locked": {
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/f9907fcf6df79a76ea7e3a3afe9340a672cb9c6e' (2023-09-09) → 'github:nix-community/disko/b54e2dc988b34fbad1a1180fe68b573a9d080df5' (2023-09-11) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/2276b94b3d43467372de17708ab3468a5821fcfc' (2023-09-09) → 'github:nix-community/emacs-overlay/42157ddb4e4a255d16e6a50a792893cbd1a3098c' (2023-09-11) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/4f77ea639305f1de0a14d9d41eef83313360638c' (2023-09-07) → 'github:NixOS/nixpkgs/4c8cf44c5b9481a4f093f1df3b8b7ba997a7c760' (2023-09-10) • Updated input 'home-manager': 'github:nix-community/home-manager/19c6a4081b14443420358262f8416149bd79561a' (2023-09-08) → 'github:nix-community/home-manager/f7848d3e5f15ed02e3f286029697e41ee31662d7' (2023-09-10) • Updated input 'microvm': 'github:astro/microvm.nix/25460d97cffffe24f565a9d654c4aab1848598b4' (2023-09-08) → 'github:astro/microvm.nix/c2ee8fd0fef00b3a019b08c42976ecef1e1cd103' (2023-09-10) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/0bffda19b8af722f8069d09d8b6a24594c80b352' (2023-09-06) → 'github:nixos/nixpkgs/db9208ab987cdeeedf78ad9b4cf3c55f5ebd269b' (2023-09-08) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/7e3517c03d46159fdbf8c0e5c97f82d5d4b0c8fa' (2023-08-17) → 'github:cachix/pre-commit-hooks.nix/4f883a76282bc28eb952570afc3d8a1bf6f481d7' (2023-09-10) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/1b4fad9dccece45c25b9ebda607427d69a8f1eae' (2023-09-09) → 'github:oxalica/rust-overlay/6c520f2e31f4bebeb29cc4563543de7187013575' (2023-09-11)
2023-09-11 10:52:43 +02:00
"lastModified": 1694364351,
"narHash": "sha256-oadhSCqopYXxURwIA6/Anpe5IAG11q2LhvTJNP5zE6o=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/f9907fcf6df79a76ea7e3a3afe9340a672cb9c6e' (2023-09-09) → 'github:nix-community/disko/b54e2dc988b34fbad1a1180fe68b573a9d080df5' (2023-09-11) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/2276b94b3d43467372de17708ab3468a5821fcfc' (2023-09-09) → 'github:nix-community/emacs-overlay/42157ddb4e4a255d16e6a50a792893cbd1a3098c' (2023-09-11) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/4f77ea639305f1de0a14d9d41eef83313360638c' (2023-09-07) → 'github:NixOS/nixpkgs/4c8cf44c5b9481a4f093f1df3b8b7ba997a7c760' (2023-09-10) • Updated input 'home-manager': 'github:nix-community/home-manager/19c6a4081b14443420358262f8416149bd79561a' (2023-09-08) → 'github:nix-community/home-manager/f7848d3e5f15ed02e3f286029697e41ee31662d7' (2023-09-10) • Updated input 'microvm': 'github:astro/microvm.nix/25460d97cffffe24f565a9d654c4aab1848598b4' (2023-09-08) → 'github:astro/microvm.nix/c2ee8fd0fef00b3a019b08c42976ecef1e1cd103' (2023-09-10) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/0bffda19b8af722f8069d09d8b6a24594c80b352' (2023-09-06) → 'github:nixos/nixpkgs/db9208ab987cdeeedf78ad9b4cf3c55f5ebd269b' (2023-09-08) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/7e3517c03d46159fdbf8c0e5c97f82d5d4b0c8fa' (2023-08-17) → 'github:cachix/pre-commit-hooks.nix/4f883a76282bc28eb952570afc3d8a1bf6f481d7' (2023-09-10) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/1b4fad9dccece45c25b9ebda607427d69a8f1eae' (2023-09-09) → 'github:oxalica/rust-overlay/6c520f2e31f4bebeb29cc4563543de7187013575' (2023-09-11)
2023-09-11 10:52:43 +02:00
"rev": "4f883a76282bc28eb952570afc3d8a1bf6f481d7",
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
2021-10-05 23:45:02 +02:00
"root": {
"inputs": {
Update flake.lock • Updated input 'caddy-with-plugins': 'github:eboskma/caddy-with-plugins/8395505b17f15487e2a222dcfbb0560f10bfb590' (2023-08-09) → 'github:eboskma/caddy-with-plugins/f94748a89ca1a1da1ec66306f15e5a208dff92a8' (2023-08-09) • Updated input 'disko': 'github:nix-community/disko/4015740375676402a2ee6adebc3c30ea625b9a94' (2023-07-30) → 'github:nix-community/disko/32e7d56c080e1b07c5f3d3ed6063c3ec64c5a8f8' (2023-08-10) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/791acfa700b9f96c35635fde2a17a66b4ed88c9e' (2023-08-03) → 'github:nix-community/emacs-overlay/0ac7913c1f81f4b705a268a0bd462729b7c2e7ec' (2023-08-10) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/bd836ac5e5a7358dea73cb74a013ca32864ccb86' (2023-08-01) → 'github:NixOS/nixpkgs/78287547942dd8e8afff0ae47fb8e2553db79d7e' (2023-08-08) • Updated input 'home-manager': 'github:nix-community/home-manager/86dd48d70a2e2c17e84e747ba4faa92453e68d4a' (2023-08-03) → 'github:nix-community/home-manager/6e1eff9aac0e8d84bda7f2d60ba6108eea9b7e79' (2023-08-10) • Updated input 'microvm': 'github:astro/microvm.nix/0263360417f214c1e5a585210e43d950d00bc683' (2023-08-01) → 'github:astro/microvm.nix/d5c5bb4cebbd9f59b7ab81a4b36fea10b6016d38' (2023-08-06) • Updated input 'nil': 'github:oxalica/nil/6f20ed411520aac06b456e31aab43cf10df231a2' (2023-08-02) → 'github:oxalica/nil/97abe7d3d48721d4e0fcc1876eea83bb4247825b' (2023-08-07) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/24f9162b26f0debd163f6d94752aa2acb9db395a' (2023-08-02) → 'github:NixOS/nixos-hardware/8ff521acd2c8132c62141c2990deb7406e32b335' (2023-08-09) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/ef99fa5c5ed624460217c31ac4271cfb5cb2502c' (2023-07-25) → 'github:nixos/nixpkgs/e528fa15d5f740a25b5f536c33932db64cb10fc8' (2023-08-09) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/fcbf4705d98398d084e6cb1c826a0b90a91d22d7' (2023-07-30) → 'github:cachix/pre-commit-hooks.nix/e5588ddffd4c3578547a86ef40ec9a6fbdae2986' (2023-08-07) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/99df4908445be37ddb2d332580365fce512a7dcf' (2023-08-03) → 'github:oxalica/rust-overlay/48f3d76f512c7267d82d84c5d3d156ad2b9a8d12' (2023-08-10)
2023-08-10 16:42:25 +02:00
"caddy-with-plugins": "caddy-with-plugins",
2023-01-17 13:45:37 +01:00
"disko": "disko",
2022-02-09 08:13:16 +01:00
"emacs-overlay": "emacs-overlay",
2023-07-10 13:42:25 +02:00
"eww": "eww",
2023-05-22 10:27:21 +02:00
"flake-parts": "flake-parts",
2021-11-12 12:40:13 +01:00
"flake-utils": "flake-utils",
2021-11-21 19:07:12 +01:00
"ha-now-playing": "ha-now-playing",
2021-10-05 23:45:02 +02:00
"home-manager": "home-manager",
2023-01-27 15:36:05 +01:00
"microvm": "microvm",
2022-01-24 11:17:44 +01:00
"naersk": "naersk",
2022-11-22 17:33:35 +01:00
"nil": "nil",
"nixinate": "nixinate",
2022-07-02 19:10:15 +02:00
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs",
2021-11-26 22:21:16 +01:00
"pamedia": "pamedia",
"pre-commit-hooks": "pre-commit-hooks",
"rust-overlay": "rust-overlay_2",
2022-09-27 20:38:45 +02:00
"sops": "sops",
"sunshine": "sunshine"
2021-11-26 22:21:16 +01:00
}
},
2022-01-15 14:48:10 +01:00
"rust-overlay": {
"inputs": {
"flake-utils": [
"pamedia",
"flake-utils"
],
"nixpkgs": [
"pamedia",
"nixpkgs"
]
},
"locked": {
"lastModified": 1688351637,
"narHash": "sha256-CLTufJ29VxNOIZ8UTg0lepsn3X03AmopmaLTTeHDCL4=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "f9b92316727af9e6c7fee4a761242f7f46880329",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"rust-overlay_2": {
2022-01-15 14:48:10 +01:00
"inputs": {
2022-01-24 11:17:44 +01:00
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
2022-01-15 14:48:10 +01:00
},
"locked": {
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) → 'github:nix-community/disko/9f29cedac79d0acf07b6341f9112f46dec3abb8f' (2023-09-18) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) → 'github:nix-community/emacs-overlay/c724333b2d3235b01101d62908ed1d43d18ac515' (2023-09-18) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) → 'github:NixOS/nixpkgs/5d017a8822e0907fb96f7700a319f9fe2434de02' (2023-09-17) • Updated input 'home-manager': 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) → 'github:nix-community/home-manager/e63a6b34792884bfe4056d1ef561b5611589b8ad' (2023-09-18) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) → 'github:NixOS/nixos-hardware/161b027169b19d3a0ad6bd0a8948edf0c0fb0f64' (2023-09-18) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) → 'github:nixos/nixpkgs/ace5093e36ab1e95cb9463863491bee90d5a4183' (2023-09-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) → 'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18) • Updated input 'sops': 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12) → 'github:Mic92/sops-nix/4d284ca58ce5f48df79d99ab75b1ae3c3032b9ad' (2023-09-18)
2023-09-18 19:47:29 +02:00
"lastModified": 1695003086,
"narHash": "sha256-d1/ZKuBRpxifmUf7FaedCqhy0lyVbqj44Oc2s+P5bdA=",
2022-01-15 14:48:10 +01:00
"owner": "oxalica",
"repo": "rust-overlay",
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) → 'github:nix-community/disko/9f29cedac79d0acf07b6341f9112f46dec3abb8f' (2023-09-18) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) → 'github:nix-community/emacs-overlay/c724333b2d3235b01101d62908ed1d43d18ac515' (2023-09-18) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) → 'github:NixOS/nixpkgs/5d017a8822e0907fb96f7700a319f9fe2434de02' (2023-09-17) • Updated input 'home-manager': 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) → 'github:nix-community/home-manager/e63a6b34792884bfe4056d1ef561b5611589b8ad' (2023-09-18) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) → 'github:NixOS/nixos-hardware/161b027169b19d3a0ad6bd0a8948edf0c0fb0f64' (2023-09-18) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) → 'github:nixos/nixpkgs/ace5093e36ab1e95cb9463863491bee90d5a4183' (2023-09-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) → 'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18) • Updated input 'sops': 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12) → 'github:Mic92/sops-nix/4d284ca58ce5f48df79d99ab75b1ae3c3032b9ad' (2023-09-18)
2023-09-18 19:47:29 +02:00
"rev": "b87a14abea512d956f0b89d0d8a1e9b41f3e20ff",
2022-01-15 14:48:10 +01:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
2021-11-26 22:21:16 +01:00
"sops": {
"inputs": {
"nixpkgs": [
"nixpkgs"
2022-05-17 21:06:28 +02:00
],
Update flake.lock • Updated input 'disko': 'github:nix-community/disko/0d270372b21818eba342954220c1a30a7bdaba19' (2023-05-30) → 'github:nix-community/disko/d02e565b95bdc68d8d7179a8eae27a1e4b04e507' (2023-06-04) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/7735f53ef8f28d80ca5339e486e29177ed7c8297' (2023-05-30) → 'github:nix-community/emacs-overlay/70db17480e76d556cc5363c1ba22cd591c83fa76' (2023-06-04) • Added input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/006c75898cf814ef9497252b022e91c946ba8e17' (2023-05-08) → 'github:hercules-ci/flake-parts/71fb97f0d875fd4de4994dfb849f2c75e17eb6c3' (2023-06-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/da45bf6ec7bbcc5d1e14d3795c025199f28e0de0?dir=lib' (2023-04-30) → 'github:NixOS/nixpkgs/4f53efe34b3a8877ac923b9350c874e3dcd5dc0a?dir=lib' (2023-05-31) • Updated input 'flake-utils': 'github:numtide/flake-utils/cfacdce06f30d2b68473a46042957675eebb3401' (2023-04-11) → 'github:numtide/flake-utils/a1720a10a6cfe8234c0e93907ffe81be440f4cef' (2023-05-31) • Updated input 'home-manager': 'github:nix-community/home-manager/9f82227b64245c273d98dd02dedd44fc7576041e' (2023-05-30) → 'github:nix-community/home-manager/57ed23cd29e7b72518e19d2917e2b2880a94162c' (2023-06-04) • Updated input 'nil': 'github:oxalica/nil/0158d58d47abecd7f5f4e67c06365ff77bbedbc7' (2023-05-30) → 'github:oxalica/nil/dcd38b96c91a2d07552f824a6480e00dc7b4948a' (2023-05-31) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/5e871d8aa6f57cc8e0dc087d1c5013f6e212b4ce' (2023-05-29) → 'github:nixos/nixpkgs/dd4982554e18b936790da07c4ea2db7c7600f283' (2023-06-03) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/9b3284e2412f76bd68ff46f8cf1c7af44d7ffac0' (2023-05-30) → 'github:oxalica/rust-overlay/1ef3c6de6127a1cba94cc5492cdde52e33d06ea4' (2023-06-04) • Updated input 'sops': 'github:Mic92/sops-nix/876846cde9762ae563f018c17993354875e2538e' (2023-05-30) → 'github:Mic92/sops-nix/a522e12ee35e50fa7d902a164a9796e420e6e75b' (2023-06-04) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/ba6e4ddeb3e8ad3f3e3bec63dafbc9fe558729bb' (2023-05-27) → 'github:NixOS/nixpkgs/eaf03591711b46d21abc7082a8ebee4681f9dbeb' (2023-06-03)
2023-06-04 14:22:48 +02:00
"nixpkgs-stable": "nixpkgs-stable_3"
2021-11-26 22:21:16 +01:00
},
"locked": {
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) → 'github:nix-community/disko/9f29cedac79d0acf07b6341f9112f46dec3abb8f' (2023-09-18) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) → 'github:nix-community/emacs-overlay/c724333b2d3235b01101d62908ed1d43d18ac515' (2023-09-18) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) → 'github:NixOS/nixpkgs/5d017a8822e0907fb96f7700a319f9fe2434de02' (2023-09-17) • Updated input 'home-manager': 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) → 'github:nix-community/home-manager/e63a6b34792884bfe4056d1ef561b5611589b8ad' (2023-09-18) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) → 'github:NixOS/nixos-hardware/161b027169b19d3a0ad6bd0a8948edf0c0fb0f64' (2023-09-18) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) → 'github:nixos/nixpkgs/ace5093e36ab1e95cb9463863491bee90d5a4183' (2023-09-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) → 'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18) • Updated input 'sops': 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12) → 'github:Mic92/sops-nix/4d284ca58ce5f48df79d99ab75b1ae3c3032b9ad' (2023-09-18)
2023-09-18 19:47:29 +02:00
"lastModified": 1695057217,
"narHash": "sha256-xA7RVYauw4vnkceUl2aIDONfwuhnUbxVavbCvNS9ed4=",
2021-11-26 22:21:16 +01:00
"owner": "Mic92",
"repo": "sops-nix",
flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12) → 'github:nix-community/disko/9f29cedac79d0acf07b6341f9112f46dec3abb8f' (2023-09-18) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/844afe34cbe49d83e7ae016564db4f72237a0bfa' (2023-09-13) → 'github:nix-community/emacs-overlay/c724333b2d3235b01101d62908ed1d43d18ac515' (2023-09-18) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a' (2023-09-11) → 'github:NixOS/nixpkgs/5d017a8822e0907fb96f7700a319f9fe2434de02' (2023-09-17) • Updated input 'home-manager': 'github:nix-community/home-manager/a0ddf43b6268f1717afcda54133dea30435eb178' (2023-09-13) → 'github:nix-community/home-manager/e63a6b34792884bfe4056d1ef561b5611589b8ad' (2023-09-18) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/ca41b8a227dd235b1b308217f116c7e6e84ad779' (2023-09-11) → 'github:NixOS/nixos-hardware/161b027169b19d3a0ad6bd0a8948edf0c0fb0f64' (2023-09-18) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11) → 'github:nixos/nixpkgs/ace5093e36ab1e95cb9463863491bee90d5a4183' (2023-09-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/0282ed291f0e25f30770df5d3f1ca33908ce44a4' (2023-09-13) → 'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18) • Updated input 'sops': 'github:Mic92/sops-nix/ea208e55f8742fdcc0986b256bdfa8986f5e4415' (2023-09-12) → 'github:Mic92/sops-nix/4d284ca58ce5f48df79d99ab75b1ae3c3032b9ad' (2023-09-18)
2023-09-18 19:47:29 +02:00
"rev": "4d284ca58ce5f48df79d99ab75b1ae3c3032b9ad",
2021-11-26 22:21:16 +01:00
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "sops-nix",
"type": "github"
2021-10-05 23:45:02 +02:00
}
2022-06-10 20:19:39 +02:00
},
2022-09-27 20:38:45 +02:00
"sunshine": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1664210128,
"narHash": "sha256-Ve7h8RN+48n4YJzRNkQTcpmPBENM2GMmpXlcVx14vnQ=",
"ref": "main",
"rev": "d43f5ce6761e609de875eeb2f36a12ef339f98d6",
"revCount": 11,
"type": "git",
2022-10-17 22:18:59 +02:00
"url": "https://git@git.datarift.nl/erwin/sunshine.git"
2022-09-27 20:38:45 +02:00
},
"original": {
"ref": "main",
"type": "git",
2022-10-17 22:18:59 +02:00
"url": "https://git@git.datarift.nl/erwin/sunshine.git"
2022-09-27 20:38:45 +02:00
}
},
Update flake.lock • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/d092f0b653985d6cb1d7c828ff2ac602a36b7e4e' (2023-04-07) → 'github:nix-community/emacs-overlay/0a91697aae6acefe1d5c9b3654ea273b53539380' (2023-04-09) • Updated input 'flake-utils': 'github:numtide/flake-utils/411e8764155aa9354dbcd6d5faaeb97e9e3dce24' (2023-04-06) → 'github:numtide/flake-utils/033b9f258ca96a10e543d4442071f614dc3f8412' (2023-04-09) • Added input 'flake-utils/systems': 'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e' (2023-04-09) • Updated input 'home-manager': 'github:nix-community/home-manager/ec06f419af79207b33d797064dfb3fc9dbe1df4a' (2023-04-04) → 'github:nix-community/home-manager/440faf5ae472657ef2d8cc7756d77b6ab0ace68d' (2023-04-05) • Updated input 'microvm': 'github:astro/microvm.nix/d05d2b2e5ae938184efba4be575ef2d7bdf1ee5b' (2023-04-05) → 'github:astro/microvm.nix/b496028321ba11ca3e6eef286ca3915577f4b793' (2023-04-09) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/148fee317058fad8159619e9d6ccc8c0aa6d0fce' (2023-04-06) → 'github:NixOS/nixos-hardware/3006d2860a6ed5e01b0c3e7ffb730e9b293116e2' (2023-04-07) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/9c8ff8b426a8b07b9e0a131ac3218740dc85ba1e' (2023-04-05) → 'github:nixos/nixpkgs/d9f759f2ea8d265d974a6e1259bd510ac5844c5d' (2023-04-08) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/d8480d44ffd2e1b5440a3cf74ce6fb299557e9a0' (2023-04-06) → 'github:cachix/pre-commit-hooks.nix/2144d9ddcb550d6dce64a2b44facdc8c5ea2e28a' (2023-04-08) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/d1dd2791698a60837ed829a49cd0e4663f5da801' (2023-04-07) → 'github:oxalica/rust-overlay/9e55ff64c777f05310d83be0a0cbf0c7e299f63a' (2023-04-09) • Updated input 'sops': 'github:Mic92/sops-nix/b93eb910f768f9788737bfed596a598557e5625d' (2023-04-02) → 'github:Mic92/sops-nix/ddc6f124cb9be22d2ba066064c28bc19039a6bce' (2023-04-09) • Updated input 'sops/nixpkgs-stable': 'github:NixOS/nixpkgs/c1e2efaca8d8a3db6a36f652765d6c6ba7bb8fae' (2023-04-01) → 'github:NixOS/nixpkgs/e45cc0138829ad86e7ff17a76acf2d05e781e30a' (2023-04-09)
2023-04-09 22:01:50 +02:00
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
2021-10-05 23:45:02 +02:00
}
},
"root": "root",
"version": 7
}