From 4cd56569b296f8008962f1729722ea9b0e576f87 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 17 Feb 2025 21:21:47 +0000 Subject: [PATCH] follow disko/latest --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f05f202..6584bf3 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ #nixpkgs.url = "github:NixOS/nixpkgs/release-24.05"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; disko = { - url = github:nix-community/disko; + url = github:nix-community/disko/lastest; inputs.nixpkgs.follows = "nixpkgs"; }; nix-software-center.url = "github:snowfallorg/nix-software-center";