From dbd094f3ba43d11fa64cd76c6fee18d8f4a1c2bb Mon Sep 17 00:00:00 2001 From: Matthieu Morin Date: Mon, 10 Jun 2024 15:37:06 +0000 Subject: [PATCH] Update to unstable --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9b4b750..c483e71 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; disko.url = "github:nix-community/disko"; disko.inputs.nixpkgs.follows = "nixpkgs"; };