From 3e30b2b88da51178945e688f8a6130a2bbe8697a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 24 Sep 2024 09:50:36 +0200 Subject: [PATCH] temporary switch to nixpkgs master --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index aef30a5afe9..98910f2cf19 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,9 @@ { description = "The purely functional package manager"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + #inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + # TODO: Switch to nixpkgs-unstable once this is in: https://nixpkgs-tracker.ocfox.me/?pr=344090 + inputs.nixpkgs.url = "github:NixOS/nixpkgs/master"; inputs.nixpkgs-regression.url = "github:NixOS/nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2"; inputs.flake-compat = { url = "github:edolstra/flake-compat"; flake = false; };