From 8af05f823456705d6df866cbe58bb5f41360e3ab Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 4 Oct 2024 14:46:55 +0900 Subject: nix: use `nixpkgs-unstable` instead of `master` --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index caeb8f3..8c01aff 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ description = "My flake configuration"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/master"; + nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; home-manager = { url = "github:nix-community/home-manager/master"; -- cgit v1.2.3-70-g09d2