Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating flake lockfile & secrets + fixes #45

Merged
merged 910 commits into from
Apr 27, 2024
Merged

Updating flake lockfile & secrets + fixes #45

merged 910 commits into from
Apr 27, 2024

Conversation

Lehmanator
Copy link
Owner

No description provided.

Lehmanator and others added 30 commits December 13, 2023 05:36
System types (`common`, `darwin`, `nixos`) + home-manager (`hm`) have basedir containing:

- `lib/`
- `modules/`
- `overlays/`
- `packages/`
- `profiles/`
- `suites/`

along with a dir for configuration definitions. i.e.:

- `hm/users/`
- `nixos/hosts/`

- [ ] TODO: Move all personal config from `hm/profiles/` -> `hm/users/sam/`
- [ ] TODO: Test building `hosts.wyse`
- [ ] TODO: Test building `hosts.fajita`
- Initialize custom format for `nixos-generators`: `netboot-installer`
- Move import for `nixosModules`/`hmModules` w/o config to `nixos/profiles/modules/default.nix`
- Adapt config to allow `nixos-generators` to work (`mkDefault` some options)
- Delete now-unused `nixos/profiles/home-manager.nix`
  - [ ] TODO: `nixos/profiles/security/sops.nix`
- Slight reorg of `nixos.boot`.
  - Rename:        `splash` -> `plymouth`
  - Rename:       `systemd` -> `systemd-boot`
  - Rename: `decrypt-touch` -> `unl0kr`
  - Merge:          `quiet` -> `plymouth`
  - Move: `extra-bootloader-entries` -> `entries.default`
  - Messy config for `entries.*`
- Load `nixos.boot` by default.
- Enable `systemd-boot` by default.
- Enable `systemd` in `initrd` when using `systemd-boot` as bootloader.
  - [ ] TODO: Test on hosts: `fw`, `wyse`, `fajita`
- Enable `inputs.agenix.nixosModules.age` [WIP]
  - [ ] TODO: Configure `agenix`
- Work on fixing nix registry errors in #18. [WIP]
- Add `activationScripts` to perform diffs on Nix derivations/closures/package-versions.
- Add `pkgs.nix-output-monitor` for pretty outputs. [WIP]
  - [ ] TODO: Move to own file
- Create sloppy libs in `write-sops-config` for attempting to write `.sops.yaml` [WIP]
  - [ ] TODO: Is this easier than switching to `agenix` & trying to
    wrangle `secrets.nix` via env var `RULES` into being more dynamic?
- re-enable: `none-ls`, `lspsaga`, `telescope`
- add new:   `yanky`

Also added some comments around `tcpcryptd` about fixing `sysctl` error.
Won't fix for now bc error on activation after rebuild isnt that
annoying.
Flake lock file updates:

• Updated input 'nixpkgs-master':
    'github:NixOS/nixpkgs/e3a065c4148f17e2691c15742112b30720d6e8cb' (2024-04-14)
  → 'github:NixOS/nixpkgs/339b8d219a1df1bf96b60879631656ecd4d79f82' (2024-04-14)
• Updated input 'nixpkgs-staging-next':
    'github:NixOS/nixpkgs/257e7bee5969c7be7501e173ecb3fdf90a7d71be' (2024-04-14)
  → 'github:NixOS/nixpkgs/107ae553415e27c48f30b6433460432f85788754' (2024-04-14)
Flake lock file updates:

• Updated input 'nixos':
    'github:NixOS/nixpkgs/1042fd8b148a9105f3c0aca3a6177fd1d9360ba5' (2024-04-10)
  → follows 'nixpkgs-unstable-staging'
• Updated input 'nixos-stable':
    'github:NixOS/nixpkgs/70bdadeb94ffc8806c0570eb5c2695ad29f0e421' (2024-01-03)
  → 'github:NixOS/nixpkgs/51651a540816273b67bc4dedea2d37d116c5f7fe' (2024-04-11)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/1042fd8b148a9105f3c0aca3a6177fd1d9360ba5' (2024-04-10)
  → follows 'nixpkgs-unstable'
• Updated input 'nixpkgs-master':
    'github:NixOS/nixpkgs/339b8d219a1df1bf96b60879631656ecd4d79f82' (2024-04-14)
  → 'github:NixOS/nixpkgs/6158aa1c12c119fc148af2bfb3fbf5f06af58f74' (2024-04-14)
• Updated input 'nixpkgs-stable':
    'github:NixOS/nixpkgs/9a333eaa80901efe01df07eade2c16d183761fa3' (2024-01-22)
  → 'github:NixOS/nixpkgs/af7e9fb77b8993a7b5f01282c869e503d6cc9e6e' (2024-04-14)
• Added input 'nixpkgs-stable-staging':
    'github:NixOS/nixpkgs/26131b289208a2272f63cd92d3c1b16a63f61b04' (2024-04-14)
• Added input 'nixpkgs-stable-staging-next':
    'github:NixOS/nixpkgs/3c9d75133d0158f08a5ceb7d3843a5beeddda0cb' (2024-04-14)
• Removed input 'nixpkgs-staging'
• Removed input 'nixpkgs-staging-next'
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/a0c9e3aee1000ac2bfb0e5b98c94c946a5d180a9' (2024-04-12)
  → 'github:NixOS/nixpkgs/692ceb334b4fd60d61798dde895f6f122110f5fe' (2024-04-13)
• Added input 'nixpkgs-unstable-staging':
    'github:NixOS/nixpkgs/ef8ac4ba97b3e6d689cd67bbc24fab187516a06c' (2024-04-14)
• Added input 'nixpkgs-unstable-staging-next':
    'github:NixOS/nixpkgs/30823f3ea715a2256f39f7ef8b2f77c9359680f5' (2024-04-14)
• Added input 'stable':
    follows 'nixpkgs-stable'
• Added input 'unstable':
    follows 'nixpkgs-unstable'
Flake lock file updates:

• Updated input 'nixpkgs-master':
    'github:NixOS/nixpkgs/6158aa1c12c119fc148af2bfb3fbf5f06af58f74' (2024-04-14)
  → 'github:NixOS/nixpkgs/1fb4604eef31ec8b8efd02e097fe36bb67c3e15e' (2024-04-14)
Flake lock file updates:

• Updated input 'devenv':
    'github:cachix/devenv/8e882058b4602b70093d1fbff57755db09e89f11' (2024-04-13)
  → 'github:cachix/devenv/a7939d53e20cd2f44b209fac0aaa5389a9078127' (2024-04-15)
• Updated input 'devenv/cachix/flake-compat':
    'github:edolstra/flake-compat/0f9255e01c2351cc7d116c072cb317785dd33b33' (2023-10-04)
  → follows 'devenv/flake-compat'
• Updated input 'devenv/cachix/pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/5df5a70ad7575f6601d91f0efec95dd9bc619431' (2024-02-15)
  → follows 'devenv/pre-commit-hooks'
• Removed input 'devenv/cachix/pre-commit-hooks/flake-compat'
• Removed input 'devenv/cachix/pre-commit-hooks/flake-utils'
• Removed input 'devenv/cachix/pre-commit-hooks/flake-utils/systems'
• Removed input 'devenv/cachix/pre-commit-hooks/gitignore'
• Removed input 'devenv/cachix/pre-commit-hooks/gitignore/nixpkgs'
• Removed input 'devenv/cachix/pre-commit-hooks/nixpkgs'
• Removed input 'devenv/cachix/pre-commit-hooks/nixpkgs-stable'
• Updated input 'devenv/nix/flake-compat':
    'github:edolstra/flake-compat/35bb57c0c8d8b62bbfd284272c928ceb64ddbde9' (2023-01-17)
  → follows 'devenv/flake-compat'
• Updated input 'disko':
    'github:nix-community/disko/8d4ae698eaac8bd717e23507da2ca8b345bec4b5' (2024-04-12)
  → 'github:nix-community/disko/bb5ba68ebb73b5ca7996b64e1457fe885891e78e' (2024-04-15)
• Updated input 'fast-flake-update':
    'github:Mic92/fast-flake-update/62f20b0e5e653d4f89635a48c4f8a574b776e1b6' (2024-04-12)
  → 'github:Mic92/fast-flake-update/185820ce2e0853accf4d7af748ffa42a2e594987' (2024-04-15)
• Updated input 'fast-flake-update/nixpkgs':
    'github:NixOS/nixpkgs/d6b3ddd253c578a7ab98f8011e59990f21dc3932' (2024-04-10)
  → 'github:NixOS/nixpkgs/692ceb334b4fd60d61798dde895f6f122110f5fe' (2024-04-13)
• Updated input 'fenix':
    'github:nix-community/fenix/3a25d7927aa54299ef734b0d010c785857231183' (2024-04-14)
  → 'github:nix-community/fenix/596dc07fec6a57d5ec1a67df17d86b473a9014f5' (2024-04-15)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/beb205f347d676ec3dc6e6d13793a7c814f0a417' (2024-04-13)
  → 'github:rust-lang/rust-analyzer/5dbe3fe75c584aee2063ef7877a639fe3382461e' (2024-04-14)
• Updated input 'flake-firefox-nightly':
    'github:nix-community/flake-firefox-nightly/db1a24b363aca71b67d03cd893beafb9a1d1792f' (2024-04-14)
  → 'github:nix-community/flake-firefox-nightly/65cceb7f8967a5e4427bee27259c18d94f7acfbb' (2024-04-15)
• Updated input 'flake-firefox-nightly/lib-aggregate':
    'github:nix-community/lib-aggregate/2737d0204685c3274390229a09eb8f7eaa1a9e89' (2024-04-07)
  → 'github:nix-community/lib-aggregate/f347ed9a1cab12c27541ed4d173e2f2d5c9bc0bb' (2024-04-14)
• Updated input 'flake-firefox-nightly/lib-aggregate/nixpkgs-lib':
    'github:nix-community/nixpkgs.lib/3c62b6a12571c9a7f65ab037173ee153d539905f' (2024-04-07)
  → 'github:nix-community/nixpkgs.lib/361d8a4f443bbfab20bd6d222f9022b8c6665906' (2024-04-14)
• Updated input 'flake-firefox-nightly/nixpkgs':
    'github:nixos/nixpkgs/1042fd8b148a9105f3c0aca3a6177fd1d9360ba5' (2024-04-10)
  → 'github:nixos/nixpkgs/cfd6b5fc90b15709b780a5a1619695a88505a176' (2024-04-12)
• Updated input 'flake-parts-website':
    'github:hercules-ci/flake.parts-website/9c1681de0ca7f7b8fbe9f3780680a8b9a639696c' (2024-04-14)
  → 'github:hercules-ci/flake.parts-website/fea84df388d5ccf7303e4a236f4d95329571fd86' (2024-04-15)
• Updated input 'flake-parts-website/haskell-flake':
    'github:srid/haskell-flake/92e393141a123c9695bc15dbe1ca0a1b7fef142b' (2024-04-11)
  → 'github:srid/haskell-flake/847292fc793a5c15c873e52e7751ee4267ef32a0' (2024-04-14)
• Updated input 'flake-parts-website/nix-cargo-integration':
    'github:yusdacra/nix-cargo-integration/9366b5219964a3a514b72a331d9abde9600b445f' (2024-04-14)
  → 'github:yusdacra/nix-cargo-integration/a1d5cc3cf2036398962a9e9177a1aab5b6ae1272' (2024-04-15)
• Updated input 'flake-parts-website/nix-cargo-integration/rust-overlay':
    'github:oxalica/rust-overlay/5990088d56f0b936fa2633c2a4d76b8d36a01105' (2024-04-14)
  → 'github:oxalica/rust-overlay/b186d85e747e2b7bee220ec95839fb66c868dc47' (2024-04-15)
• Updated input 'harmonia':
    'github:nix-community/harmonia/6f7765d308fa5025f5497a67b4177acadf0cbbd3' (2024-04-11)
  → 'github:nix-community/harmonia/eb8cef08624146be1a9b47997d919edddc6fc9f3' (2024-04-15)
• Updated input 'home':
    'github:nix-community/home-manager/630a0992b3627c64e34f179fab68e3d48c6991c0' (2024-04-14)
  → 'github:nix-community/home-manager/1c43dcfac48a2d622797f7ab741670fdbcf8f609' (2024-04-15)
• Updated input 'icicle':
    'github:snowflakelinux/icicle/0a7cf6ba14813315af2452d36cc5c96ed53f5ccc' (2024-04-13)
  → 'github:snowflakelinux/icicle/1a10aa84b1566c4e1033f98fcd245f32bdeee7a9' (2024-04-14)
• Updated input 'lanzaboote':
    'github:nix-community/lanzaboote/999c0cb03f748fe311bca78961dbf0562dc91659' (2024-04-04)
  → 'github:nix-community/lanzaboote/1197e51e8f57135349bed4de791d8bab7f8cc150' (2024-04-15)
• Updated input 'microvm':
    'github:astro/microvm.nix/ee0068ca87bdabbde3cc39b7af807c0302d0304c' (2024-04-09)
  → 'github:astro/microvm.nix/a1341f7195e34d9bb88c12314cc3b0c4429f9b0a' (2024-04-15)
• Updated input 'neovim-nightly-overlay':
    'github:nix-community/neovim-nightly-overlay/8fa4fbe03aa7475441dd1b9c62e36feea083bfb0' (2024-04-14)
  → 'github:nix-community/neovim-nightly-overlay/320661405475a889e702f8bcb65807d200f75075' (2024-04-15)
• Updated input 'neovim-nightly-overlay/neovim-flake':
    'github:neovim/neovim/a92822835521574710a830a7de0e692bf7517fb8?dir=contrib' (2024-04-13)
  → 'github:neovim/neovim/0f5c94c04b95a2d942b380be48708d3cf097de0c?dir=contrib' (2024-04-14)
• Updated input 'neovim-nightly-overlay/nixpkgs':
    'github:NixOS/nixpkgs/a0c9e3aee1000ac2bfb0e5b98c94c946a5d180a9' (2024-04-12)
  → 'github:NixOS/nixpkgs/692ceb334b4fd60d61798dde895f6f122110f5fe' (2024-04-13)
• Updated input 'nix-alien':
    'github:thiagokokada/nix-alien/75c0c2d5eb1fdd2c5187c49888cab40b060605fa' (2024-03-15)
  → 'github:thiagokokada/nix-alien/db5d6107d3c72d5eb0b7a02a30b87b1f0076fcc5' (2024-04-15)
• Updated input 'nix-alien/nix-index-database':
    'github:nix-community/nix-index-database/e76ff2df6bfd2abe06abd8e7b9f217df941c1b07' (2024-03-11)
  → 'github:nix-community/nix-index-database/93aed67288be60c9ef6133ba2f8de128f4ef265c' (2024-04-14)
• Updated input 'nix-alien/nix-index-database/nixpkgs':
    'github:nixos/nixpkgs/9df3e30ce24fd28c7b3e2de0d986769db5d6225d' (2024-03-06)
  → 'github:nixos/nixpkgs/1042fd8b148a9105f3c0aca3a6177fd1d9360ba5' (2024-04-10)
• Updated input 'nix-cargo-integration':
    'github:yusdacra/nix-cargo-integration/9366b5219964a3a514b72a331d9abde9600b445f' (2024-04-14)
  → 'github:yusdacra/nix-cargo-integration/a1d5cc3cf2036398962a9e9177a1aab5b6ae1272' (2024-04-15)
• Updated input 'nix-cargo-integration/nixpkgs':
    'github:NixOS/nixpkgs/1042fd8b148a9105f3c0aca3a6177fd1d9360ba5' (2024-04-10)
  → 'github:NixOS/nixpkgs/cfd6b5fc90b15709b780a5a1619695a88505a176' (2024-04-12)
• Updated input 'nix-cargo-integration/rust-overlay':
    'github:oxalica/rust-overlay/5990088d56f0b936fa2633c2a4d76b8d36a01105' (2024-04-14)
  → 'github:oxalica/rust-overlay/b186d85e747e2b7bee220ec95839fb66c868dc47' (2024-04-15)
• Updated input 'nix-portable':
    'github:DavHau/nix-portable/e16c70886e8a30065dd8f6b68e0506a4a4e1ba23' (2024-04-14)
  → 'github:DavHau/nix-portable/7eba433355a83acff4d0081bb4a59088e8293ea7' (2024-04-15)
• Updated input 'nix-portable/defaultChannel':
    'github:NixOS/nixpkgs/4cba8b53da471aea2ab2b0c1f30a81e7c451f4b6' (2024-04-08)
  → 'github:NixOS/nixpkgs/cfd6b5fc90b15709b780a5a1619695a88505a176' (2024-04-12)
• Updated input 'nix-vscode-extensions':
    'github:nix-community/nix-vscode-extensions/f08de01bd9a9e68bcd64002dc6c91a149ffa06f2' (2024-04-14)
  → 'github:nix-community/nix-vscode-extensions/926cfa719fef55c3dab86d19b41fd8ee1fc8ea21' (2024-04-15)
• Updated input 'nixdoc':
    'github:nix-community/nixdoc/ff2d5fd8018a522bc7b1fda84eaedea8fc27db5e' (2024-04-09)
  → 'github:nix-community/nixdoc/4326dc7a35bb82cf66f49395056c40a61eb44406' (2024-04-15)
• Updated input 'nixos-images':
    'github:nix-community/nixos-images/52f9a0b4187dfdcc6b9af42a8ea93fce97c39521' (2024-04-12)
  → 'github:nix-community/nixos-images/eaf4939a48a7d76c80bdaf80892fdf3a32070cb7' (2024-04-15)
• Updated input 'nixos-images/nixos-2311':
    'github:NixOS/nixpkgs/423832b68fbbbaed33e9fb5176574fda37a0a2fa' (2024-04-11)
  → 'github:NixOS/nixpkgs/53a2c32bc66f5ae41a28d7a9a49d321172af621e' (2024-04-15)
• Updated input 'nixos-images/nixos-unstable':
    'github:NixOS/nixpkgs/ca74eb22840662bbd4aca7c38a35a02d16f0dd0a' (2024-04-10)
  → 'github:NixOS/nixpkgs/5f81b2812ea76d998cb25a3491cce03093326cb2' (2024-04-14)
• Updated input 'nixos-stable':
    'github:NixOS/nixpkgs/51651a540816273b67bc4dedea2d37d116c5f7fe' (2024-04-11)
  → 'github:NixOS/nixpkgs/90055d5e616bd943795d38808c94dbf0dd35abe8' (2024-04-13)
• Updated input 'nixos-unstable':
    'github:NixOS/nixpkgs/1042fd8b148a9105f3c0aca3a6177fd1d9360ba5' (2024-04-10)
  → 'github:NixOS/nixpkgs/cfd6b5fc90b15709b780a5a1619695a88505a176' (2024-04-12)
• Updated input 'nixpkgs-darwin':
    'github:NixOS/nixpkgs/c27f3b6d8e29346af16eecc0e9d54b1071eae27e' (2024-04-13)
  → 'github:NixOS/nixpkgs/6503c38cf0d34cd9dd0f8eaa7ff5e2c8d20570be' (2024-04-15)
• Updated input 'nixpkgs-master':
    'github:NixOS/nixpkgs/1fb4604eef31ec8b8efd02e097fe36bb67c3e15e' (2024-04-14)
  → 'github:NixOS/nixpkgs/9b213c7e5b0cd6a40c999a92a6e342187c9863a9' (2024-04-15)
• Updated input 'nixpkgs-stable':
    'github:NixOS/nixpkgs/af7e9fb77b8993a7b5f01282c869e503d6cc9e6e' (2024-04-14)
  → 'github:NixOS/nixpkgs/ff44be4d8ff33f797ff3e3f87153d4f3b6a85ffb' (2024-04-15)
• Updated input 'nixpkgs-stable-staging':
    'github:NixOS/nixpkgs/26131b289208a2272f63cd92d3c1b16a63f61b04' (2024-04-14)
  → 'github:NixOS/nixpkgs/15a9a8f3858ad30532e2a594951fa09d06e0b8de' (2024-04-15)
• Updated input 'nixpkgs-stable-staging-next':
    'github:NixOS/nixpkgs/3c9d75133d0158f08a5ceb7d3843a5beeddda0cb' (2024-04-14)
  → 'github:NixOS/nixpkgs/b76d239dcf57137b72e25e7e6719614e06815ed0' (2024-04-15)
• Updated input 'nixpkgs-terraform-providers':
    'github:nix-community/nixpkgs-terraform-providers-bin/4367660b8ac0d5fe9a9aaea3f3c88f32b0a95daf' (2024-04-14)
  → 'github:nix-community/nixpkgs-terraform-providers-bin/5e924d69938bb09b45c2b3058af1f03398ea218d' (2024-04-15)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/692ceb334b4fd60d61798dde895f6f122110f5fe' (2024-04-13)
  → 'github:NixOS/nixpkgs/2748d22b45a99fb2deafa5f11c7531c212b2cefa' (2024-04-14)
• Updated input 'nixpkgs-unstable-staging':
    'github:NixOS/nixpkgs/ef8ac4ba97b3e6d689cd67bbc24fab187516a06c' (2024-04-14)
  → 'github:NixOS/nixpkgs/d54f055fd4ce00606d73231e85be6da3f5d23f4b' (2024-04-15)
• Updated input 'nixpkgs-unstable-staging-next':
    'github:NixOS/nixpkgs/30823f3ea715a2256f39f7ef8b2f77c9359680f5' (2024-04-14)
  → 'github:NixOS/nixpkgs/b8f2234647239ad7bdbb05e4dc7629b4ba8a93a2' (2024-04-15)
• Updated input 'nixpkgs-wayland':
    'github:nix-community/nixpkgs-wayland/d3cd2456f34657c7d9d418346747cdb4418adf60' (2024-04-14)
  → 'github:nix-community/nixpkgs-wayland/83f829e7e9ba3f64916c00843d558cde890c9c52' (2024-04-15)
• Updated input 'nixpkgs-wayland/nixpkgs':
    'github:nixos/nixpkgs/1042fd8b148a9105f3c0aca3a6177fd1d9360ba5' (2024-04-10)
  → 'github:nixos/nixpkgs/cfd6b5fc90b15709b780a5a1619695a88505a176' (2024-04-12)
• Updated input 'nixvim':
    'github:nix-community/nixvim/ad6a08b69528fdaf7e12c90da06f9a34f32d7ea6' (2024-04-14)
  → 'github:nix-community/nixvim/6440f4af878150b501befdb91a73ef7e92a52bee' (2024-04-15)
• Updated input 'nur':
    'github:nix-community/NUR/90060445d9ee7b731c147b2caa53dc45d557bce9' (2024-04-14)
  → 'github:nix-community/NUR/350786d9b873228ca1ccdcefd0354f8d7bed5999' (2024-04-15)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/5990088d56f0b936fa2633c2a4d76b8d36a01105' (2024-04-14)
  → 'github:oxalica/rust-overlay/b186d85e747e2b7bee220ec95839fb66c868dc47' (2024-04-15)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/226062b47fe0e2130ba3ee9f4f1c880dc815cf87' (2024-04-14)
  → 'github:Mic92/sops-nix/cc535d07cbcdd562bcca418e475c7b1959cefa4b' (2024-04-15)
Flake lock file updates:

• Updated input 'devenv':
    'github:cachix/devenv/a7939d53e20cd2f44b209fac0aaa5389a9078127' (2024-04-15)
  → 'github:cachix/devenv/9b6673ed1b46cbb30cb45af500c215092073ed31' (2024-04-16)
• Updated input 'devshell':
    'github:numtide/devshell/2d45b54ca4a183f2fdcf4b19c895b64fbf620ee8' (2024-03-22)
  → 'github:numtide/devshell/2c8e04e5c29299bec53c2e5a73da0f9afa8dabb5' (2024-04-15)
• Updated input 'disko':
    'github:nix-community/disko/bb5ba68ebb73b5ca7996b64e1457fe885891e78e' (2024-04-15)
  → 'github:nix-community/disko/d51114dc1bf3cfaba2b6644aabd16ff0c9909af5' (2024-04-15)
• Updated input 'fenix':
    'github:nix-community/fenix/596dc07fec6a57d5ec1a67df17d86b473a9014f5' (2024-04-15)
  → 'github:nix-community/fenix/402051dcf16bcaa14dcbd96d2d5b4a97664eb35c' (2024-04-16)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/5dbe3fe75c584aee2063ef7877a639fe3382461e' (2024-04-14)
  → 'github:rust-lang/rust-analyzer/90cfa8035f98d3ab0f7f4f1e77f4f5e3b0a7370b' (2024-04-15)
• Updated input 'flake-firefox-nightly':
    'github:nix-community/flake-firefox-nightly/65cceb7f8967a5e4427bee27259c18d94f7acfbb' (2024-04-15)
  → 'github:nix-community/flake-firefox-nightly/51fd5349767cca5017e5aabf6098c6605e02a0af' (2024-04-16)
• Updated input 'flake-parts-website':
    'github:hercules-ci/flake.parts-website/fea84df388d5ccf7303e4a236f4d95329571fd86' (2024-04-15)
  → 'github:hercules-ci/flake.parts-website/b94320862f909b39255e4f2cc52957f6dd770b9e' (2024-04-16)
• Updated input 'flake-parts-website/devshell':
    'github:numtide/devshell/2d45b54ca4a183f2fdcf4b19c895b64fbf620ee8' (2024-03-22)
  → 'github:numtide/devshell/2c8e04e5c29299bec53c2e5a73da0f9afa8dabb5' (2024-04-15)
• Updated input 'flake-parts-website/mission-control':
    'github:Platonic-Systems/mission-control/c275dd195776b1b9735790231d874a3c5a7ee779' (2024-02-09)
  → 'github:Platonic-Systems/mission-control/beb45a1d7fbd9c56233763ba568a09f1c5a9262d' (2024-04-16)
• Updated input 'flake-parts-website/nix-cargo-integration':
    'github:yusdacra/nix-cargo-integration/a1d5cc3cf2036398962a9e9177a1aab5b6ae1272' (2024-04-15)
  → 'github:yusdacra/nix-cargo-integration/08dfc42fdd12dc1ffc000ed266b5a40c286cfe0d' (2024-04-16)
• Updated input 'flake-parts-website/nix-cargo-integration/rust-overlay':
    'github:oxalica/rust-overlay/b186d85e747e2b7bee220ec95839fb66c868dc47' (2024-04-15)
  → 'github:oxalica/rust-overlay/847bc25ebab8dc72a86d2b1f0c088740eebbb1b8' (2024-04-16)
• Updated input 'harmonia':
    'github:nix-community/harmonia/eb8cef08624146be1a9b47997d919edddc6fc9f3' (2024-04-15)
  → 'github:nix-community/harmonia/61a9da5fcf84ed4cc2899bcf4edf932c5704d6fe' (2024-04-15)
• Updated input 'neovim-nightly-overlay':
    'github:nix-community/neovim-nightly-overlay/320661405475a889e702f8bcb65807d200f75075' (2024-04-15)
  → 'github:nix-community/neovim-nightly-overlay/20f618e5c0cf105e476fb813538ce054d914e5ee' (2024-04-16)
• Updated input 'neovim-nightly-overlay/neovim-flake':
    'github:neovim/neovim/0f5c94c04b95a2d942b380be48708d3cf097de0c?dir=contrib' (2024-04-14)
  → 'github:neovim/neovim/8c970d34034c874ab12b924a5e057997797868f4?dir=contrib' (2024-04-15)
• Updated input 'neovim-nightly-overlay/nixpkgs':
    'github:NixOS/nixpkgs/692ceb334b4fd60d61798dde895f6f122110f5fe' (2024-04-13)
  → 'github:NixOS/nixpkgs/2748d22b45a99fb2deafa5f11c7531c212b2cefa' (2024-04-14)
• Updated input 'nix-cargo-integration':
    'github:yusdacra/nix-cargo-integration/a1d5cc3cf2036398962a9e9177a1aab5b6ae1272' (2024-04-15)
  → 'github:yusdacra/nix-cargo-integration/08dfc42fdd12dc1ffc000ed266b5a40c286cfe0d' (2024-04-16)
• Updated input 'nix-cargo-integration/dream2nix':
    'github:nix-community/dream2nix/400032c6303f82b07a09c9784ab5569a51544987' (2024-04-09)
  → 'github:nix-community/dream2nix/c5cfd416abe6ced55f9d57810cadff2556df708f' (2024-04-15)
• Updated input 'nix-cargo-integration/rust-overlay':
    'github:oxalica/rust-overlay/b186d85e747e2b7bee220ec95839fb66c868dc47' (2024-04-15)
  → 'github:oxalica/rust-overlay/847bc25ebab8dc72a86d2b1f0c088740eebbb1b8' (2024-04-16)
• Updated input 'nix-installer':
    'github:DeterminateSystems/nix-installer/cba481b009e3af5add6c268fd2f2d2e5ac5e97d4' (2024-04-09)
  → 'github:DeterminateSystems/nix-installer/c30ba41d0173e246631079e22347fee99936a5ba' (2024-04-15)
• Updated input 'nix-installer/fenix':
    'https://api.flakehub.com/f/pinned/nix-community/fenix/0.1.1791%2Brev-4be608f4f81d351aacca01b21ffd91028c23cc22/018df913-b6d3-756c-b05c-358eca6e487d/source.tar.gz?narHash=sha256-O6EC6QELBLHzhdzBOJj0chx8AOcd4nDRECIagfT5Nd0%3D' (2024-03-01)
  → 'https://api.flakehub.com/f/pinned/nix-community/fenix/0.1.1822%2Brev-209048d7c545905c470f6f8c05c5061f391031a8/018e98ba-d842-7dad-9d6a-0d0ee173b6b1/source.tar.gz?narHash=sha256-WJvDdOph001fA1Ap3AyaQtz/afJAe7meSG5uJAdSE%2BA%3D' (2024-04-01)
• Updated input 'nix-installer/fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/9efa23c4dacee88b93540632eb3d88c5dfebfe17' (2024-02-29)
  → 'github:rust-lang/rust-analyzer/e4a405f877efd820bef9c0e77a02494e47c17512' (2024-03-31)
• Updated input 'nix-installer/nix/nixpkgs':
    'github:NixOS/nixpkgs/2db3f57a2c420c780704948ffc09f96c7f5ffae8' (2024-04-05)
  → 'github:NixOS/nixpkgs/b550fe4b4776908ac2a861124307045f8e717c8e' (2024-02-28)
• Updated input 'nix-portable':
    'github:DavHau/nix-portable/7eba433355a83acff4d0081bb4a59088e8293ea7' (2024-04-15)
  → 'github:DavHau/nix-portable/16b9a5590ee5b6a0677b5b233d65ced3b2329ed3' (2024-04-15)
• Updated input 'nix-vscode-extensions':
    'github:nix-community/nix-vscode-extensions/926cfa719fef55c3dab86d19b41fd8ee1fc8ea21' (2024-04-15)
  → 'github:nix-community/nix-vscode-extensions/5426ecc8a714c6986383511fbe6c79eca1981d02' (2024-04-16)
• Updated input 'nixdoc':
    'github:nix-community/nixdoc/4326dc7a35bb82cf66f49395056c40a61eb44406' (2024-04-15)
  → 'github:nix-community/nixdoc/2cccd0e126782756629ab39be0c4f10663a14fc9' (2024-04-16)
• Updated input 'nixos-stable':
    'github:NixOS/nixpkgs/90055d5e616bd943795d38808c94dbf0dd35abe8' (2024-04-13)
  → 'github:NixOS/nixpkgs/53a2c32bc66f5ae41a28d7a9a49d321172af621e' (2024-04-15)
• Updated input 'nixpkgs-darwin':
    'github:NixOS/nixpkgs/6503c38cf0d34cd9dd0f8eaa7ff5e2c8d20570be' (2024-04-15)
  → 'github:NixOS/nixpkgs/69be1d097dd9a8422cfc4e89811304fb40f22626' (2024-04-15)
• Updated input 'nixpkgs-master':
    'github:NixOS/nixpkgs/9b213c7e5b0cd6a40c999a92a6e342187c9863a9' (2024-04-15)
  → 'github:NixOS/nixpkgs/68231f9cdb558b9fe40474dd784f683faf104293' (2024-04-16)
• Updated input 'nixpkgs-stable':
    'github:NixOS/nixpkgs/ff44be4d8ff33f797ff3e3f87153d4f3b6a85ffb' (2024-04-15)
  → 'github:NixOS/nixpkgs/69be1d097dd9a8422cfc4e89811304fb40f22626' (2024-04-15)
• Updated input 'nixpkgs-stable-staging':
    'github:NixOS/nixpkgs/15a9a8f3858ad30532e2a594951fa09d06e0b8de' (2024-04-15)
  → 'github:NixOS/nixpkgs/eac92386fcc8797bc1c7d8bf2a4070022c262da6' (2024-04-16)
• Updated input 'nixpkgs-stable-staging-next':
    'github:NixOS/nixpkgs/b76d239dcf57137b72e25e7e6719614e06815ed0' (2024-04-15)
  → 'github:NixOS/nixpkgs/ec7483cab40a68d3bfe8e5c7a2b5af391f408c83' (2024-04-16)
• Updated input 'nixpkgs-terraform-providers':
    'github:nix-community/nixpkgs-terraform-providers-bin/5e924d69938bb09b45c2b3058af1f03398ea218d' (2024-04-15)
  → 'github:nix-community/nixpkgs-terraform-providers-bin/a51f78655c55998e0e4709926744f2f9f930d71a' (2024-04-16)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/2748d22b45a99fb2deafa5f11c7531c212b2cefa' (2024-04-14)
  → 'github:NixOS/nixpkgs/2fd19c8be2551a61c1ddc3d9f86d748f4db94f00' (2024-04-16)
• Updated input 'nixpkgs-unstable-staging':
    'github:NixOS/nixpkgs/d54f055fd4ce00606d73231e85be6da3f5d23f4b' (2024-04-15)
  → 'github:NixOS/nixpkgs/0367a29b652e8ece97be7e28b2da408e4fdfc85c' (2024-04-16)
• Updated input 'nixpkgs-unstable-staging-next':
    'github:NixOS/nixpkgs/b8f2234647239ad7bdbb05e4dc7629b4ba8a93a2' (2024-04-15)
  → 'github:NixOS/nixpkgs/a459b363de387c078080b719b30c54d8a79b4a3e' (2024-04-16)
• Updated input 'nixpkgs-wayland':
    'github:nix-community/nixpkgs-wayland/83f829e7e9ba3f64916c00843d558cde890c9c52' (2024-04-15)
  → 'github:nix-community/nixpkgs-wayland/2ecdcd3d94dc14f00352628f4790ee15566414e2' (2024-04-16)
• Updated input 'nixvim':
    'github:nix-community/nixvim/6440f4af878150b501befdb91a73ef7e92a52bee' (2024-04-15)
  → 'github:nix-community/nixvim/4662a06f4e405987cff5c7745ea98c044daabf87' (2024-04-15)
• Updated input 'nur':
    'github:nix-community/NUR/350786d9b873228ca1ccdcefd0354f8d7bed5999' (2024-04-15)
  → 'github:nix-community/NUR/af731823f6b440f86e4229ecbaedb887db53a1d8' (2024-04-16)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/b186d85e747e2b7bee220ec95839fb66c868dc47' (2024-04-15)
  → 'github:oxalica/rust-overlay/847bc25ebab8dc72a86d2b1f0c088740eebbb1b8' (2024-04-16)
Flake lock file updates:

• Updated input 'agenix-shell':
    'github:aciceri/agenix-shell/387b7f9d24f7b3bca331a112d853f99ac98c9e38?narHash=sha256-r3MO5pTn4xz%2Bf7Oq7Sfo/O%2BP4kLW52blLo%2BJuuzaX5k%3D' (2024-04-03)
  → 'github:aciceri/agenix-shell/eee60a60173bc3401e8dcc11469dce488a7e2b0c?narHash=sha256-9Oxc%2BPA/Es/eRn6%2BdQx/DnyohrmmbvHrPxcfeSuA884%3D' (2024-04-18)
• Updated input 'darwin':
    'github:lnl7/nix-darwin/36524adc31566655f2f4d55ad6b875fb5c1a4083?narHash=sha256-sXcesZWKXFlEQ8oyGHnfk4xc9f2Ip0X/%2BYZOq3sKviI%3D' (2024-03-30)
  → 'github:lnl7/nix-darwin/eb25dc61a62efcdf47efce6cb17cd5cb3c8f2719?narHash=sha256-FifiHvYmHL7BEOaQorHjHRaW3SJj2qYCdxUmCETAQl4%3D' (2024-04-19)
• Updated input 'devenv':
    'github:cachix/devenv/9b6673ed1b46cbb30cb45af500c215092073ed31?narHash=sha256-jzQnLUx8aJbYfZui3vEgFDP1wQDcSUfj8RVwGI6wstE%3D' (2024-04-16)
  → 'github:cachix/devenv/2ee332697eb84101695b0fd950f31961ca60d7dd?narHash=sha256-kPlYLnGx8k6zOtzxws/Eb2OrFJWk6TwvMWiUDfw%2Bnl8%3D' (2024-04-19)
• Updated input 'devshell':
    'github:numtide/devshell/2c8e04e5c29299bec53c2e5a73da0f9afa8dabb5?narHash=sha256-MEb4Hx/Aw7pcsmcHXBuldFsrVTfl9Q9dz1JSlxUanmE%3D' (2024-04-15)
  → 'github:numtide/devshell/12e914740a25ea1891ec619bb53cf5e6ca922e40?narHash=sha256-wtBhsdMJA3Wa32Wtm1eeo84GejtI43pMrFrmwLXrsEc%3D' (2024-04-19)
• Updated input 'disko':
    'github:nix-community/disko/d51114dc1bf3cfaba2b6644aabd16ff0c9909af5?narHash=sha256-5yyHYBWFZUKXkJvOccPBeX83hH2iED54NLnWs2eWgS0%3D' (2024-04-15)
  → 'github:nix-community/disko/1efd500e9805a9efbce401ed5999006d397b9f11?narHash=sha256-kwZvhmx%2BhSZvjzemKxsAqzEqWmXZS47VVwQhNrINORQ%3D' (2024-04-18)
• Updated input 'fast-flake-update':
    'github:Mic92/fast-flake-update/185820ce2e0853accf4d7af748ffa42a2e594987?narHash=sha256-zFXMWNU/Dwn2JQLuAnR7LCrl0b%2BcX6V8LVw2%2B/HgUiE%3D' (2024-04-15)
  → 'github:Mic92/fast-flake-update/609c020a59a0ff0d8e9be90fb60245a21c91d031?narHash=sha256-V27MuIWjjJKApH3wjJau25s5KAPNcP5LnLTk46EZhUc%3D' (2024-04-18)
• Updated input 'fast-flake-update/nixpkgs':
    'github:NixOS/nixpkgs/692ceb334b4fd60d61798dde895f6f122110f5fe?narHash=sha256-u7vpSVm2eCycRuOzSWKic/aaRUK4c8hPo3gETlDfm0A%3D' (2024-04-13)
  → 'github:NixOS/nixpkgs/2fd19c8be2551a61c1ddc3d9f86d748f4db94f00?narHash=sha256-0TZIsfDbHG5zibtlw6x0yOp3jkInIGaJ35B7Y4G8Pec%3D' (2024-04-16)
• Updated input 'fenix':
    'github:nix-community/fenix/402051dcf16bcaa14dcbd96d2d5b4a97664eb35c?narHash=sha256-wB/Hz8tP8xzNnfJotyeAWhxxe6R2BOI0DWOtDBFgEgc%3D' (2024-04-16)
  → 'github:nix-community/fenix/fd47b1f9404fae02a4f38bd9f4b12bad7833c96b?narHash=sha256-5vVF9W1tJT%2BWdfpWAEG76KywktKDAW/71mVmNHEHjac%3D' (2024-04-18)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/90cfa8035f98d3ab0f7f4f1e77f4f5e3b0a7370b?narHash=sha256-lkNQ/oqb1vyvAVcZ6s8Bf6X00SqbEhdU%2BkPLX%2BC%2BPW8%3D' (2024-04-15)
  → 'github:rust-lang/rust-analyzer/46702ffc1a02a2ac153f1d1ce619ec917af8f3a6?narHash=sha256-octd9BFY9G/Gbr4KfwK4itZp4Lx%2BqvJeRRcYnN%2BdEH8%3D' (2024-04-17)
• Updated input 'flake-firefox-nightly':
    'github:nix-community/flake-firefox-nightly/51fd5349767cca5017e5aabf6098c6605e02a0af?narHash=sha256-xzpmE0PkfIMXa2kM92YjPZ1DTA8Lq1rwCSyp94xUDqE%3D' (2024-04-16)
  → 'github:nix-community/flake-firefox-nightly/fe29ec16a4ca1440f659c4ca9804033121c8e9ae?narHash=sha256-bHzdnATT2ziE3oaQl84RpvdE3r03NgET/apojs3NAdw%3D' (2024-04-19)
• Updated input 'flake-firefox-nightly/nixpkgs':
    'github:nixos/nixpkgs/cfd6b5fc90b15709b780a5a1619695a88505a176?narHash=sha256-WKm9CvgCldeIVvRz87iOMi8CFVB1apJlkUT4GGvA0iM%3D' (2024-04-12)
  → 'github:nixos/nixpkgs/66adc1e47f8784803f2deb6cacd5e07264ec2d5c?narHash=sha256-hOkzkhLT59wR8VaMbh1ESjtZLbGi%2BXNaBN6h49SPqEc%3D' (2024-04-16)
• Updated input 'flake-parts-website':
    'github:hercules-ci/flake.parts-website/b94320862f909b39255e4f2cc52957f6dd770b9e?narHash=sha256-OeBvfGMI1zt8lHw0JcjF4Z1IMCvuiFi8o/eEpDDjt24%3D' (2024-04-16)
  → 'github:hercules-ci/flake.parts-website/ca0145f19bfaf9a2c0cb4cd8b6f0e17d7818ec46?narHash=sha256-XS%2B62N29bQn8zBl5nBa8lyLaUUxnHyfkkjsJA0V21vA%3D' (2024-04-19)
• Updated input 'flake-parts-website/agenix-shell':
    'github:aciceri/agenix-shell/387b7f9d24f7b3bca331a112d853f99ac98c9e38?narHash=sha256-r3MO5pTn4xz%2Bf7Oq7Sfo/O%2BP4kLW52blLo%2BJuuzaX5k%3D' (2024-04-03)
  → 'github:aciceri/agenix-shell/eee60a60173bc3401e8dcc11469dce488a7e2b0c?narHash=sha256-9Oxc%2BPA/Es/eRn6%2BdQx/DnyohrmmbvHrPxcfeSuA884%3D' (2024-04-18)
• Updated input 'flake-parts-website/nix-cargo-integration':
    'github:yusdacra/nix-cargo-integration/08dfc42fdd12dc1ffc000ed266b5a40c286cfe0d?narHash=sha256-Zk3YGwZ64RJg2o%2BbajXydM7%2BnNQ1eyOk4tZespUVxjc%3D' (2024-04-16)
  → 'github:yusdacra/nix-cargo-integration/e662dec213f30056bd4b62fe7e7a85f103054273?narHash=sha256-YL9yHZoIfsUIhqkTv0JYIDjtvYUiTEnXsxBvDwyPJWM%3D' (2024-04-19)
• Updated input 'flake-parts-website/nix-cargo-integration/rust-overlay':
    'github:oxalica/rust-overlay/847bc25ebab8dc72a86d2b1f0c088740eebbb1b8?narHash=sha256-dPGrCy5ttx6E3bUOmDynY/cAotRqvoIAimZlbv%2BZr1w%3D' (2024-04-16)
  → 'github:oxalica/rust-overlay/1e9264d1214d3db00c795b41f75d55b5e153758e?narHash=sha256-Zv%2BZQq3X%2BEH6oogkXaJ8dGN8t1v26kPZgC5bki04GnM%3D' (2024-04-19)
• Updated input 'flake-parts-website/proc-flake':
    'github:srid/proc-flake/25291b6e3074ad5dd573c1cb7d96110a9591e10f?narHash=sha256-Nv8SOX%2BO6twFfPnA9BfubbPLZpqc%2BUeK6JvIWnWkdb0%3D' (2023-08-22)
  → 'github:srid/proc-flake/7bf695fad8caec98c122f1641ddca5e36477223f?narHash=sha256-w2XKCa27RxCu32PKnResrKEcnOV/S6Qh1sWBWCUSjJ8%3D' (2024-04-19)
• Updated input 'flake-root':
    'github:srid/flake-root/d9a70d9c7a5fd7f3258ccf48da9335e9b47c3937?narHash=sha256-f%2BY0YhVCIJ06LemO%2B3Xx00lIcqQxSKJHXT/yk1RTKxw%3D' (2023-08-22)
  → 'github:srid/flake-root/bc748b93b86ee76e2032eecda33440ceb2532fcd?narHash=sha256-ztz8JQkI08tjKnsTpfLqzWoKFQF4JGu2LRz8bkdnYUk%3D' (2024-04-19)
• Updated input 'harmonia':
    'github:nix-community/harmonia/61a9da5fcf84ed4cc2899bcf4edf932c5704d6fe?narHash=sha256-Tvt9/z3hYlKQkQnCMTIN/qwEP1CGZCGhvuxQ4Oqqf%2B8%3D' (2024-04-15)
  → 'github:nix-community/harmonia/7f4ad51d99113dd412aacd3ead517e365cffe151?narHash=sha256-hvqQRD53WveJLD9BPkANH2y6%2BHIZWtREc/22f0yAmEg%3D' (2024-04-18)
• Updated input 'home':
    'github:nix-community/home-manager/1c43dcfac48a2d622797f7ab741670fdbcf8f609?narHash=sha256-t0P/rKlsE5l1O3O2LYtAelLzp7PeoPCSzsIietQ1hSM%3D' (2024-04-15)
  → 'github:nix-community/home-manager/dc906b197bc20c518e497fb040bb8240543fa634?narHash=sha256-gg4OWSysmjbuqfY9uTjQnhu1yKrRAv4Jxuz8jdyiK04%3D' (2024-04-19)
• Updated input 'lanzaboote':
    'github:nix-community/lanzaboote/1197e51e8f57135349bed4de791d8bab7f8cc150?narHash=sha256-M2rleMvDJyhJEDWMcwhJNAuNFtvZhN3vadve7x2KiOk%3D' (2024-04-15)
  → 'github:nix-community/lanzaboote/850f27322239f8cfa56b122cc9a278ab99a49015?narHash=sha256-G4OGxvlIIjphpkxcRAkf1QInYsAeqbfNh6Yl1JLy2uM%3D' (2024-04-17)
• Updated input 'microvm':
    'github:astro/microvm.nix/a1341f7195e34d9bb88c12314cc3b0c4429f9b0a?narHash=sha256-c/yG/AsPmMBMe4RAxn4KOkOaR4rsW5s3AjtfriOQKD8%3D' (2024-04-15)
  → 'github:astro/microvm.nix/6a4f822a817180be03fcdceb654088d002c9ec5e?narHash=sha256-IPdnR0Rs7XoffnCn6rExYDlft/GHD/UFgQ11lTVEK48%3D' (2024-04-18)
• Updated input 'naersk':
    'github:nix-community/naersk/aeb58d5e8faead8980a807c840232697982d47b9?narHash=sha256-/TdeHMPRjjdJub7p7%2Bw55vyABrsJlt5QkznPYy55vKA%3D' (2023-10-27)
  → 'github:nix-community/naersk/c5037590290c6c7dae2e42e7da1e247e54ed2d49?narHash=sha256-CO8MmVDmqZX2FovL75pu5BvwhW%2BVugc7Q6ze7Hj8heI%3D' (2024-04-19)
• Updated input 'neovim-nightly-overlay':
    'github:nix-community/neovim-nightly-overlay/20f618e5c0cf105e476fb813538ce054d914e5ee?narHash=sha256-sTQmsPydtcomXMgVf0ipvfgjt3XEBDjg8oDBjonc6tY%3D' (2024-04-16)
  → 'github:nix-community/neovim-nightly-overlay/403633f6af2703c057707b31b1ca6bec00bdaaca?narHash=sha256-bl1EURik5le68rLBcHsfLKyPtEPlumhcA5kKOx88zkQ%3D' (2024-04-19)
• Updated input 'neovim-nightly-overlay/neovim-flake':
    'github:neovim/neovim/8c970d34034c874ab12b924a5e057997797868f4?dir=contrib&narHash=sha256-zu0iktDPgweB4KRRYc4Qmqi86u6UggJsctx2b%2BLObYo%3D' (2024-04-15)
  → 'github:neovim/neovim/13ebfafc958c6feb4d908eed913c6dc3c6f05b4e?dir=contrib&narHash=sha256-OBDeB3%2B2hgWqABtqg%2BPwfjbWzL49dmJeG32qOEzhtUY%3D' (2024-04-18)
• Updated input 'neovim-nightly-overlay/neovim-flake/flake-utils':
    'github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725?narHash=sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8%3D' (2023-12-04)
  → 'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a?narHash=sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ%3D' (2024-03-11)
• Updated input 'neovim-nightly-overlay/nixpkgs':
    'github:NixOS/nixpkgs/2748d22b45a99fb2deafa5f11c7531c212b2cefa?narHash=sha256-aB90ZqzosyRDpBh%2BrILIcyP5lao8SKz8Sr2PSWvZrzk%3D' (2024-04-14)
  → 'github:NixOS/nixpkgs/2e359fb3162c85095409071d131e08252d91a14f?narHash=sha256-2bjFu3%2B1zPWZPPGqF%2B7rumTvEwmdBHBhjPva/AMSruQ%3D' (2024-04-17)
• Updated input 'nix-cargo-integration':
    'github:yusdacra/nix-cargo-integration/08dfc42fdd12dc1ffc000ed266b5a40c286cfe0d?narHash=sha256-Zk3YGwZ64RJg2o%2BbajXydM7%2BnNQ1eyOk4tZespUVxjc%3D' (2024-04-16)
  → 'github:yusdacra/nix-cargo-integration/e662dec213f30056bd4b62fe7e7a85f103054273?narHash=sha256-YL9yHZoIfsUIhqkTv0JYIDjtvYUiTEnXsxBvDwyPJWM%3D' (2024-04-19)
• Updated input 'nix-cargo-integration/nixpkgs':
    'github:NixOS/nixpkgs/cfd6b5fc90b15709b780a5a1619695a88505a176?narHash=sha256-WKm9CvgCldeIVvRz87iOMi8CFVB1apJlkUT4GGvA0iM%3D' (2024-04-12)
  → 'github:NixOS/nixpkgs/66adc1e47f8784803f2deb6cacd5e07264ec2d5c?narHash=sha256-hOkzkhLT59wR8VaMbh1ESjtZLbGi%2BXNaBN6h49SPqEc%3D' (2024-04-16)
• Updated input 'nix-cargo-integration/rust-overlay':
    'github:oxalica/rust-overlay/847bc25ebab8dc72a86d2b1f0c088740eebbb1b8?narHash=sha256-dPGrCy5ttx6E3bUOmDynY/cAotRqvoIAimZlbv%2BZr1w%3D' (2024-04-16)
  → 'github:oxalica/rust-overlay/1e9264d1214d3db00c795b41f75d55b5e153758e?narHash=sha256-Zv%2BZQq3X%2BEH6oogkXaJ8dGN8t1v26kPZgC5bki04GnM%3D' (2024-04-19)
• Updated input 'nix-installer':
    'github:DeterminateSystems/nix-installer/c30ba41d0173e246631079e22347fee99936a5ba?narHash=sha256-1XaMl%2BTx3F3U7qeQobe%2BUnCjzb/3H6rTr3uCGGZFk1Y%3D' (2024-04-15)
  → 'github:DeterminateSystems/nix-installer/04b07fa15e527f23cc4a3c0db0a1b3aaa0160dc0?narHash=sha256-isB5qLQtikF/yG1Rr5NYtvjIb0lFcAFehcNMEUF6T0s%3D' (2024-04-16)
• Updated input 'nix-portable':
    'github:DavHau/nix-portable/16b9a5590ee5b6a0677b5b233d65ced3b2329ed3?narHash=sha256-XgzysLNlzUJTQSCVgAT3wXtW0YUs5eDYpHNLbXgAlac%3D' (2024-04-15)
  → 'github:DavHau/nix-portable/82908f4cab7af1be59af52b64e012619c8806763?narHash=sha256-woogpLV2kIkP6b1AVBUElhGYjrHBDZAruw5N%2BIa1Hx8%3D' (2024-04-18)
• Updated input 'nix-portable/defaultChannel':
    'github:NixOS/nixpkgs/cfd6b5fc90b15709b780a5a1619695a88505a176?narHash=sha256-WKm9CvgCldeIVvRz87iOMi8CFVB1apJlkUT4GGvA0iM%3D' (2024-04-12)
  → 'github:NixOS/nixpkgs/5672bc9dbf9d88246ddab5ac454e82318d094bb8?narHash=sha256-NLznXB5AOnniUtZsyy/aPWOk8ussTuePp2acb9U%2BISA%3D' (2024-04-16)
• Updated input 'nix-vscode-extensions':
    'github:nix-community/nix-vscode-extensions/5426ecc8a714c6986383511fbe6c79eca1981d02?narHash=sha256-K5uGOc3CLqWOsd0YIYnCxbFU6y29e4n/kbDh0BiEwRE%3D' (2024-04-16)
  → 'github:nix-community/nix-vscode-extensions/105092468f54e44b036a478e588992db74136221?narHash=sha256-e53g1YIB6XbRLEZkiL7uHyd0T1b0XAKrvUt9rhzHL2M%3D' (2024-04-19)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/f58b25254be441cd2a9b4b444ed83f1e51244f1f?narHash=sha256-7/5ubuwdEbQ7Z%2BVqd4u0mM5L2VMNDsBh54visp27CtQ%3D' (2024-04-12)
  → 'github:NixOS/nixos-hardware/5d48925b815fd202781bfae8fb6f45c07112fdb2?narHash=sha256-EwR8wW9AqJhSIY%2B0oxWRybUZ32BVKuZ9bjlRh8SJvQ8%3D' (2024-04-19)
• Updated input 'nixos-images':
    'github:nix-community/nixos-images/eaf4939a48a7d76c80bdaf80892fdf3a32070cb7?narHash=sha256-/FYzq6Bhe0ChHbg5CRzv2TVqH7VbMZz6nehbirFxv5g%3D' (2024-04-15)
  → 'github:nix-community/nixos-images/f064936faf1d12452212030c38e8c325f5b4dfe5?narHash=sha256-kEnwogkcBn0omgIsGo3zbfAP9nJTDUhp%2BQ9QWXxsUd0%3D' (2024-04-19)
• Updated input 'nixos-images/nixos-2311':
    'github:NixOS/nixpkgs/53a2c32bc66f5ae41a28d7a9a49d321172af621e?narHash=sha256-m7%2BIWM6mkWOg22EC5kRUFCycXsXLSU7hWmHdmBfmC3s%3D' (2024-04-15)
  → 'github:NixOS/nixpkgs/392320f29b07e74131d4e4a7b435e8e9b9b85adf?narHash=sha256-1P6Plf9a9KwgERtuijPpET/s4AwIZUYqIu1nuVJqPPU%3D' (2024-04-17)
• Updated input 'nixos-images/nixos-unstable':
    'github:NixOS/nixpkgs/5f81b2812ea76d998cb25a3491cce03093326cb2?narHash=sha256-JZIwPyHhX7XzUTIyHNQSPmLdwVtQZ3zMGoXvtvaoZZQ%3D' (2024-04-14)
  → 'github:NixOS/nixpkgs/203fac824e2fdfed2e3a832b8123d9a64ee58b43?narHash=sha256-EreStuOxwalGOy5seV5PGc3zDT1Ppqj/4Q3ByAOGMnY%3D' (2024-04-17)
• Updated input 'nixos-stable':
    'github:NixOS/nixpkgs/53a2c32bc66f5ae41a28d7a9a49d321172af621e?narHash=sha256-m7%2BIWM6mkWOg22EC5kRUFCycXsXLSU7hWmHdmBfmC3s%3D' (2024-04-15)
  → 'github:NixOS/nixpkgs/e402c3eb6d88384ca6c52ef1c53e61bdc9b84ddd?narHash=sha256-jpHkAt0sG2/J7ueKnG7VvLLkBYUMQbXQ2L8OBpVG53s%3D' (2024-04-17)
• Updated input 'nixos-unstable':
    'github:NixOS/nixpkgs/cfd6b5fc90b15709b780a5a1619695a88505a176?narHash=sha256-WKm9CvgCldeIVvRz87iOMi8CFVB1apJlkUT4GGvA0iM%3D' (2024-04-12)
  → 'github:NixOS/nixpkgs/66adc1e47f8784803f2deb6cacd5e07264ec2d5c?narHash=sha256-hOkzkhLT59wR8VaMbh1ESjtZLbGi%2BXNaBN6h49SPqEc%3D' (2024-04-16)
• Updated input 'nixpkgs-darwin':
    'github:NixOS/nixpkgs/69be1d097dd9a8422cfc4e89811304fb40f22626?narHash=sha256-UQwudEVEWUVjCWvGDVyq/FXo4I92hH8QFgmRqOgPN2s%3D' (2024-04-15)
  → 'github:NixOS/nixpkgs/c422e3d0a8b2eb6ba741df50e5990fa557df1999?narHash=sha256-JbyXQwEycFtk7BI038127sfqCukQ663aNOkTmgGYjEw%3D' (2024-04-19)
• Updated input 'nixpkgs-master':
    'github:NixOS/nixpkgs/68231f9cdb558b9fe40474dd784f683faf104293?narHash=sha256-gGVgagQO9qvt7MdfcjoBAtRg9EhOGaQWRSOH5AGz0uA%3D' (2024-04-16)
  → 'github:NixOS/nixpkgs/6875763fab4c3da1d87599324f5412d3d34a3dac?narHash=sha256-DKgE%2BUFF2%2Bef8Tc0VDR%2B0F1nKBUur08Hbg/GcXAlYng%3D' (2024-04-19)
• Updated input 'nixpkgs-stable':
    'github:NixOS/nixpkgs/69be1d097dd9a8422cfc4e89811304fb40f22626?narHash=sha256-UQwudEVEWUVjCWvGDVyq/FXo4I92hH8QFgmRqOgPN2s%3D' (2024-04-15)
  → 'github:NixOS/nixpkgs/34cfd09af92fbd18d7a3efe9763b5b61e9a5121f?narHash=sha256-dnRzBSWQAcWBkzGi%2BmLVz0D1B77qpaz6u6nws7kPzpo%3D' (2024-04-19)
• Updated input 'nixpkgs-stable-staging':
    'github:NixOS/nixpkgs/eac92386fcc8797bc1c7d8bf2a4070022c262da6?narHash=sha256-Xnl3ljxxoaVuJvDbqFow90du%2BXt3b5eCIMc9exGXiGo%3D' (2024-04-16)
  → 'github:NixOS/nixpkgs/c1431ed94477c0ea9d88f22d7405d1a2731a743d?narHash=sha256-YtV0BcGLmGie/DzwRTcSpQV13B69xZVphUwkQDuLKCY%3D' (2024-04-19)
• Updated input 'nixpkgs-stable-staging-next':
    'github:NixOS/nixpkgs/ec7483cab40a68d3bfe8e5c7a2b5af391f408c83?narHash=sha256-UQwudEVEWUVjCWvGDVyq/FXo4I92hH8QFgmRqOgPN2s%3D' (2024-04-16)
  → 'github:NixOS/nixpkgs/07a30fbd784da5ee9b46a88391ec8323495d63f3?narHash=sha256-ERRvwDvdxTsNu5Lu7DeKARE7xj8iACqf%2BPCp8j7a/KY%3D' (2024-04-19)
• Updated input 'nixpkgs-terraform-providers':
    'github:nix-community/nixpkgs-terraform-providers-bin/a51f78655c55998e0e4709926744f2f9f930d71a?narHash=sha256-Rr7JJM2dcyc/CpG1IWNS3PpPhUk3oazY5LrBdqN5950%3D' (2024-04-16)
  → 'github:nix-community/nixpkgs-terraform-providers-bin/1bac6c5af6828c2db3f1b0963779701f7d304297?narHash=sha256-11udOKVspRq2gY3eOw7O%2BHKACJbDIvsGcO4MWlS%2B3Tk%3D' (2024-04-19)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/2fd19c8be2551a61c1ddc3d9f86d748f4db94f00?narHash=sha256-0TZIsfDbHG5zibtlw6x0yOp3jkInIGaJ35B7Y4G8Pec%3D' (2024-04-16)
  → 'github:NixOS/nixpkgs/d764f230634fa4f86dc8d01c6af9619c7cc5d225?narHash=sha256-LoExypse3c/uun/39u4bPTN4wejIF7hNsdITZO41qTw%3D' (2024-04-18)
• Updated input 'nixpkgs-unstable-staging':
    'github:NixOS/nixpkgs/0367a29b652e8ece97be7e28b2da408e4fdfc85c?narHash=sha256-4dHtENS5ldsZnLArzqj97UWj8KoMl6EDbjjf0X%2BINWk%3D' (2024-04-16)
  → 'github:NixOS/nixpkgs/cba6af761abbd7d43b8b97e2ad45292d678d8d0e?narHash=sha256-gxwbbOPCFU4lxyfv/n4nYFfFbuiK6Njd9M%2B9ae7fD30%3D' (2024-04-19)
• Updated input 'nixpkgs-unstable-staging-next':
    'github:NixOS/nixpkgs/a459b363de387c078080b719b30c54d8a79b4a3e?narHash=sha256-uVKDJ7IOthq5xJqbrTDoLOxpE0RBqlSCWfopPv1SEbQ%3D' (2024-04-16)
  → 'github:NixOS/nixpkgs/11b87cbe5984013635d05c44e9908d12339470d6?narHash=sha256-pdHNlmGr4CVN1eezoCZd81rrE6S9wxZmBzTO7m8gHO8%3D' (2024-04-19)
• Updated input 'nixpkgs-wayland':
    'github:nix-community/nixpkgs-wayland/2ecdcd3d94dc14f00352628f4790ee15566414e2?narHash=sha256-QTHblIaEflaqAAU%2BUMcSlDoMQ40Hyx4J7qWSiOJLgeU%3D' (2024-04-16)
  → 'github:nix-community/nixpkgs-wayland/47225141ccc4f7478ed12fd46ae2ca6c4735ed5f?narHash=sha256-jZ/cehA4BZQ8p6BhWGejZibj9V0welawnI5a/dglrB8%3D' (2024-04-19)
• Updated input 'nixpkgs-wayland/nixpkgs':
    'github:nixos/nixpkgs/cfd6b5fc90b15709b780a5a1619695a88505a176?narHash=sha256-WKm9CvgCldeIVvRz87iOMi8CFVB1apJlkUT4GGvA0iM%3D' (2024-04-12)
  → 'github:nixos/nixpkgs/66adc1e47f8784803f2deb6cacd5e07264ec2d5c?narHash=sha256-hOkzkhLT59wR8VaMbh1ESjtZLbGi%2BXNaBN6h49SPqEc%3D' (2024-04-16)
• Updated input 'nixvim':
    'github:nix-community/nixvim/4662a06f4e405987cff5c7745ea98c044daabf87?narHash=sha256-ySJSrTRhNjQwA075o4Ar1dKbWcEgq5S%2B4dzXDmnqz38%3D' (2024-04-15)
  → 'github:nix-community/nixvim/83a7ce9846b1b01a34b3e6b25077c1a5044ad7b3?narHash=sha256-54sXzrwhKkI9uzeHRPNtpB4pCQqIkzzr1FFUiG4znQU%3D' (2024-04-19)
• Updated input 'nur':
    'github:nix-community/NUR/af731823f6b440f86e4229ecbaedb887db53a1d8?narHash=sha256-7Y/0iVsaswxW4YTn8s5kuIQzuPq7Q/JWiQJbonW3CpA%3D' (2024-04-16)
  → 'github:nix-community/NUR/488a54ce2bd202390272f6a93cf282454b4a8c7b?narHash=sha256-1MD5OOl9qQaridqJfaNEpB8kQmZ9pAjKwhgrJroEisU%3D' (2024-04-19)
• Updated input 'nvfetcher':
    'github:berberman/nvfetcher/1463db224a54cbc9499860ef5a51a9b6bf7c3180?narHash=sha256-%2BfFOtg2fQK6kafSucYDpMG8ENXgo52%2BYSQtCoXv/%2BIk%3D' (2024-04-08)
  → 'github:berberman/nvfetcher/2a824322dc6a755ffda83a13b948d42304521e4d?narHash=sha256-sIVQKOXzruxtTYiBRHZa8UQH%2BCSIa9K5MZlY6vavYfA%3D' (2024-04-17)
• Updated input 'omnibus':
    'github:GTrunSec/omnibus/0756d4362df0f7e2f11e6c2398595be8f0bf8b98?narHash=sha256-lwr7uuV7mKzUmfy3UK6xPgDc0AjuebcRa0AqibmTMnQ%3D' (2024-04-11)
  → 'github:GTrunSec/omnibus/3e7394900472b953164917718efe6cbca13278d3?narHash=sha256-E7dgFzreQcWpo3qlWd1bfvABr34Ld0DxK/XoLcto7zc%3D' (2024-04-18)
• Updated input 'omnibus/flops':
    'github:gtrunsec/flops/277617cc14f0683264e24b301ccc48c3d3faebaf?narHash=sha256-d26wSTUxEfJi4JYfcCkixDNP61X7pPz9YG6Piu9xTbg%3D' (2024-04-05)
  → 'github:gtrunsec/flops/3bbb51be3bb2fbf27b2cd7f8261974881725a60b?narHash=sha256-SVLE0MbIEz61IAYt4xTMQaD01b4a%2BTEDlgNFyw4KNHo%3D' (2024-04-18)
• Updated input 'omnibus/flops/call-flake':
    'github:divnix/call-flake/169b5b0aaa3faeac1f851b7cc4bbd60d9163dc56?narHash=sha256-B9uOqvhDhHnK%2BkwW/mfI/rAtlXuYlipdOss/L7gBOjs%3D' (2024-04-03)
  → 'github:divnix/call-flake/9da1222f5227ff549642c159096c3dc9bbc73dcb?narHash=sha256-B9uOqvhDhHnK%2BkwW/mfI/rAtlXuYlipdOss/L7gBOjs%3D' (2024-04-07)
• Updated input 'omnibus/flops/nixlib':
    'github:nix-community/nixpkgs.lib/90b1a963ff84dc532db92f678296ff2499a60a87?narHash=sha256-cqfX0QJNEnge3a77VnytM0Q6QZZ0DziFXt6tSCV8ZSc%3D' (2024-03-31)
  → 'github:nix-community/nixpkgs.lib/3c62b6a12571c9a7f65ab037173ee153d539905f?narHash=sha256-K6IkdtMtq9xktmYPj0uaYc8NsIqHuaAoRBaMgu9Fvrw%3D' (2024-04-07)
• Updated input 'proc-flake':
    'github:srid/proc-flake/25291b6e3074ad5dd573c1cb7d96110a9591e10f?narHash=sha256-Nv8SOX%2BO6twFfPnA9BfubbPLZpqc%2BUeK6JvIWnWkdb0%3D' (2023-08-22)
  → 'github:srid/proc-flake/7bf695fad8caec98c122f1641ddca5e36477223f?narHash=sha256-w2XKCa27RxCu32PKnResrKEcnOV/S6Qh1sWBWCUSjJ8%3D' (2024-04-19)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/847bc25ebab8dc72a86d2b1f0c088740eebbb1b8?narHash=sha256-dPGrCy5ttx6E3bUOmDynY/cAotRqvoIAimZlbv%2BZr1w%3D' (2024-04-16)
  → 'github:oxalica/rust-overlay/1e9264d1214d3db00c795b41f75d55b5e153758e?narHash=sha256-Zv%2BZQq3X%2BEH6oogkXaJ8dGN8t1v26kPZgC5bki04GnM%3D' (2024-04-19)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/cc535d07cbcdd562bcca418e475c7b1959cefa4b?narHash=sha256-APoDs2GtzVrsE%2BZ9w72qpHzEtEDfuinWcNTN7zhwLxg%3D' (2024-04-15)
  → 'github:Mic92/sops-nix/a929a011a09db735abc45a8a45d1ff7fdee62755?narHash=sha256-vfKxhYVMzG2tg48/1rewBoSLCrKIjQsG1j7Nm/Y2gf4%3D' (2024-04-19)
• Updated input 'sops-nix/nixpkgs-stable':
    'github:NixOS/nixpkgs/c27f3b6d8e29346af16eecc0e9d54b1071eae27e?narHash=sha256-RifMwYuKu5v6x6O65msKDTqKkQ9crGwOB7yr20qMEuE%3D' (2024-04-13)
  → 'github:NixOS/nixpkgs/8494ae076b7878d61a7d2d25e89a847fe8f8364c?narHash=sha256-%2B/p5edwlkqKZc6GDAQl%2B92Hoe1f3NNbUF9uj%2BX9H3pU%3D' (2024-04-18)
• Updated input 'srvos':
    'github:nix-community/srvos/bed9cfce2adc4c72de9bc90656d5cfe66e4371f3?narHash=sha256-x2PaFsoZjqm2mC8dbUbv93to8H7wAruauluOH81lzA8%3D' (2024-04-12)
  → 'github:nix-community/srvos/d8945920cb8e98dc737d1fc2d42607f5916c34cf?narHash=sha256-nv5GmWaGryyZU8ihQIYLZWasqaXTZKGTjsypG0TRw9Q%3D' (2024-04-19)
• Updated input 'srvos/nixpkgs':
    'github:NixOS/nixpkgs/ca74eb22840662bbd4aca7c38a35a02d16f0dd0a?narHash=sha256-DmBcIbIDgJiDxegzaZJlcZKAXrsUL00G0cKLN%2BJaK1s%3D' (2024-04-10)
  → 'github:NixOS/nixpkgs/203fac824e2fdfed2e3a832b8123d9a64ee58b43?narHash=sha256-EreStuOxwalGOy5seV5PGc3zDT1Ppqj/4Q3ByAOGMnY%3D' (2024-04-17)
• Updated input 'stylix':
    'github:danth/stylix/83866ed8800ed39519a79ea30b18c8eb21f26080?narHash=sha256-za4w2wYt1fg9EdTv5fYLwEqAyHgPmPq88HmlxirXuEk%3D' (2024-04-13)
  → 'github:danth/stylix/b36fb34a9c8fb728c7efe5dbbb222bb23dcaa967?narHash=sha256-ehqlyBoNi66fptxAEzV/p1uCd16ExxO%2Bn77S/uIMG7o%3D' (2024-04-18)
• Updated input 'stylix/home-manager':
    'github:nix-community/home-manager/3df2a80f3f85f91ea06e5e91071fa74ba92e5084?narHash=sha256-J7Bs9LHdZubgNHZ6%2BeE/7C18lZ1P6S5/zdJSdXFItI4%3D' (2024-01-23)
  → 'github:nix-community/home-manager/820be197ccf3adaad9a8856ef255c13b6cc561a6?narHash=sha256-co6LoFA%2Bj6BZEeJNSR8nZ4oOort5qYPskjrDHBaJgmo%3D' (2024-03-31)
• Updated input 'stylix/nixpkgs':
    'github:NixOS/nixpkgs/0bd59c54ef06bc34eca01e37d689f5e46b3fe2f1?narHash=sha256-RnEA7iJ36Ay9jI0WwP%2B/y4zjEhmeN6Cjs9VOFBH7eVQ%3D' (2023-11-24)
  → 'github:NixOS/nixpkgs/807c549feabce7eddbf259dbdcec9e0600a0660d?narHash=sha256-9slQ609YqT9bT/MNX9%2B5k5jltL9zgpn36DpFB7TkttM%3D' (2024-03-29)
Flake lock file updates:

• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/d764f230634fa4f86dc8d01c6af9619c7cc5d225?narHash=sha256-LoExypse3c/uun/39u4bPTN4wejIF7hNsdITZO41qTw%3D' (2024-04-18)
  → 'github:NixOS/nixpkgs/698fd43e541a6b8685ed408aaf7a63561018f9f8?narHash=sha256-/VyiyGD2q6qN/uAvotKxXuQJWLlmSckAdf7S8jj4Q5c%3D' (2024-04-27)
Flake lock file updates:

• Updated input 'srvos':
    'github:nix-community/srvos/d8945920cb8e98dc737d1fc2d42607f5916c34cf?narHash=sha256-nv5GmWaGryyZU8ihQIYLZWasqaXTZKGTjsypG0TRw9Q%3D' (2024-04-19)
  → 'github:nix-community/srvos/71a8e8ab6e4763714d20c22f42ba8860369a1508?narHash=sha256-WMAziIBkwX//WUGxH49ZSm0yaPS6/PvNWUMMut8unm0%3D' (2024-04-26)
• Updated input 'srvos/nixpkgs':
    'github:NixOS/nixpkgs/203fac824e2fdfed2e3a832b8123d9a64ee58b43?narHash=sha256-EreStuOxwalGOy5seV5PGc3zDT1Ppqj/4Q3ByAOGMnY%3D' (2024-04-17)
  → 'github:NixOS/nixpkgs/8a30b52c5641c4317321c74efeae696341421267?narHash=sha256-cgDgQ76uwzyiQ1jc326Oabfxfl9NeBfQeQ/MQCoLQl8%3D' (2024-04-24)
Flake lock file updates:

• Updated input 'nixos-stable':
    'github:NixOS/nixpkgs/e402c3eb6d88384ca6c52ef1c53e61bdc9b84ddd?narHash=sha256-jpHkAt0sG2/J7ueKnG7VvLLkBYUMQbXQ2L8OBpVG53s%3D' (2024-04-17)
  → 'github:NixOS/nixpkgs/dd37924974b9202f8226ed5d74a252a9785aedf8?narHash=sha256-fFE3M0vCoiSwCX02z8VF58jXFRj9enYUSTqjyHAjrds%3D' (2024-04-24)
• Updated input 'nixos-unstable':
    'github:NixOS/nixpkgs/66adc1e47f8784803f2deb6cacd5e07264ec2d5c?narHash=sha256-hOkzkhLT59wR8VaMbh1ESjtZLbGi%2BXNaBN6h49SPqEc%3D' (2024-04-16)
  → 'github:NixOS/nixpkgs/7bb2ccd8cdc44c91edba16c48d2c8f331fb3d856?narHash=sha256-Drmja/f5MRHZCskS6mvzFqxEaZMeciScCTFxWVLqWEY%3D' (2024-04-25)
• Updated input 'nixpkgs-stable':
    'github:NixOS/nixpkgs/34cfd09af92fbd18d7a3efe9763b5b61e9a5121f?narHash=sha256-dnRzBSWQAcWBkzGi%2BmLVz0D1B77qpaz6u6nws7kPzpo%3D' (2024-04-19)
  → 'github:NixOS/nixpkgs/485480127ad7df42fb0d82bc56efcdd33f37f350?narHash=sha256-RODqrJQ9QqNnJe6floeUM5cbz4fh3BBqCEegA%2B4zm0M%3D' (2024-04-27)
• Updated input 'nixpkgs-unstable-staging':
    'github:NixOS/nixpkgs/cba6af761abbd7d43b8b97e2ad45292d678d8d0e?narHash=sha256-gxwbbOPCFU4lxyfv/n4nYFfFbuiK6Njd9M%2B9ae7fD30%3D' (2024-04-19)
  → 'github:NixOS/nixpkgs/5bb3687c7972c46f342477b6dde7f9f1c9fd263e?narHash=sha256-Go4md/KJOWbzwwKDCb%2B7k4sbMcra8Ix/S0o0IWY1jIM%3D' (2024-04-27)
• Updated input 'nixpkgs-unstable-staging-next':
    'github:NixOS/nixpkgs/11b87cbe5984013635d05c44e9908d12339470d6?narHash=sha256-pdHNlmGr4CVN1eezoCZd81rrE6S9wxZmBzTO7m8gHO8%3D' (2024-04-19)
  → 'github:NixOS/nixpkgs/19c30e016f04874d60ed0922bf58be4aa9a15e53?narHash=sha256-vrFcPzhqap6XUfqA/FkNiUW12fjFis8PHlqx1AX3Q5c%3D' (2024-04-27)
Flake lock file updates:

• Updated input 'srvos':
    'github:nix-community/srvos/71a8e8ab6e4763714d20c22f42ba8860369a1508?narHash=sha256-WMAziIBkwX//WUGxH49ZSm0yaPS6/PvNWUMMut8unm0%3D' (2024-04-26)
  → 'github:Lehmanator/srvos/fec92a93db2833074c15f6c3c7c002b697aeddd6?narHash=sha256-6mqPyGZxg7ClKHuqAPsHnhRLdIIG/Ozr9a8yoo7WTOk%3D' (2024-04-27)
@Lehmanator Lehmanator merged commit e01d502 into main Apr 27, 2024
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant