From 0cc19082f69c6170a15a8dc48918a797c3036bcf Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sun, 20 Oct 2024 23:56:40 +0200 Subject: [PATCH] flake: use nixpkgs master --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9a122e3..53c6de4 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/master"; fenix = { url = "github:nix-community/fenix"; inputs.nixpkgs.follows = "nixpkgs";