From 98b81e8f44a52ef70baa8cff864138d11b3ed037 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 22 Jun 2024 14:46:44 -0600 Subject: flake: fix nixpkgs unstable input Previously, it was (incorrectly) coming from nixpkgs/master. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c4a7b18..8a25fb0 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05"; - unstable.url = "github:nixos/nixpkgs"; + unstable.url = "github:nixos/nixpkgs/nixos-unstable"; home-manager = { url = "github:nix-community/home-manager/release-24.05"; -- cgit v1.2.3