From 3e1835711bebc59a0fb525fe62ceba9b616aca58 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Fri, 5 Jan 2024 23:07:01 +0000 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Added input 'disko': 'github:nix-community/disko/aef9a509db64a081186af2dc185654d78dc8e344' (2024-01-03) • Added input 'disko/nixpkgs': follows 'nixpkgs' • Updated input 'firefox-gnome-theme': 'github:rafaelmardojai/firefox-gnome-theme/ddf8f59d1a12d45c61ed7a3705639f9beea562ab' (2024-01-03) → 'github:rafaelmardojai/firefox-gnome-theme/bdb708818cd867993cb4a6221afaefa45e75de8d' (2024-01-05) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/8e34f33464d77bea2d5cf7dc1066647b1ad2b324' (2024-01-03) → 'github:NixOS/nixos-hardware/172385318068519900a7d71c1024242fa6af75f0' (2024-01-05) --- flake.lock | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 3229e4f..65bf440 100644 --- a/flake.lock +++ b/flake.lock @@ -63,14 +63,34 @@ "type": "github" } }, + "disko": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1704318910, + "narHash": "sha256-wOIJwAsnZhM0NlFRwYJRgO4Lldh8j9viyzwQXtrbNtM=", + "owner": "nix-community", + "repo": "disko", + "rev": "aef9a509db64a081186af2dc185654d78dc8e344", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "disko", + "type": "github" + } + }, "firefox-gnome-theme": { "flake": false, "locked": { - "lastModified": 1704289846, - "narHash": "sha256-8fzpIE+6EvNUREEp7wP/rlDpwZm7Xig6L+pT2w2tY6Q=", + "lastModified": 1704415632, + "narHash": "sha256-yRm6sNvg+AfGiWHTGat6WmwnfZlKSmHnc7DSnQPFghc=", "owner": "rafaelmardojai", "repo": "firefox-gnome-theme", - "rev": "ddf8f59d1a12d45c61ed7a3705639f9beea562ab", + "rev": "bdb708818cd867993cb4a6221afaefa45e75de8d", "type": "github" }, "original": { @@ -139,11 +159,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1704266875, - "narHash": "sha256-luA5SGmeIRZlgLfSLUuR3eacS63q2bJ0Yywqak5lj3E=", + "lastModified": 1704458188, + "narHash": "sha256-f6BYEuIqnbrs6J/9m1/1VdkJ6d63hO9kUC09kTPuOqE=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "8e34f33464d77bea2d5cf7dc1066647b1ad2b324", + "rev": "172385318068519900a7d71c1024242fa6af75f0", "type": "github" }, "original": { @@ -203,6 +223,7 @@ "inputs": { "agenix": "agenix", "deploy-rs": "deploy-rs", + "disko": "disko", "firefox-gnome-theme": "firefox-gnome-theme", "home-manager": "home-manager_2", "nixos-hardware": "nixos-hardware",