From 6e72327a7962359315e9cd93dc2012f1a95aae5a Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Thu, 23 Jan 2025 14:58:46 +0000 Subject: [PATCH] feat: update to disko 1.11.0 --- flake.lock | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 5e712b8a..aff502be 100644 --- a/flake.lock +++ b/flake.lock @@ -127,7 +127,7 @@ }, "original": { "type": "tarball", - "url": "https://flakehub.com/f/nix-community/disko/1.10.0.tar.gz" + "url": "https://flakehub.com/f/nix-community/disko/1.11.0.tar.gz" } }, "fenix": { diff --git a/flake.nix b/flake.nix index 5c5136cd..5ad40ef2 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ catppuccin.url = "https://flakehub.com/f/catppuccin/nix/*"; catppuccin-vsc.url = "https://flakehub.com/f/catppuccin/vscode/*"; catppuccin-vsc.inputs.nixpkgs.follows = "nixpkgs"; - disko.url = "https://flakehub.com/f/nix-community/disko/1.10.0.tar.gz"; + disko.url = "https://flakehub.com/f/nix-community/disko/1.11.0.tar.gz"; disko.inputs.nixpkgs.follows = "nixpkgs"; nixos-hardware.url = "https://flakehub.com/f/NixOS/nixos-hardware/*"; nixos-needsreboot.url = "https://codeberg.org/Mynacol/nixos-needsreboot/archive/0.2.2.tar.gz";