we can use unstable prometheus now

This commit is contained in:
cy 2025-01-04 20:21:36 -05:00
parent 3db185aec4
commit 9ac67db109
2 changed files with 4 additions and 22 deletions

View file

@ -3,7 +3,6 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
@ -64,7 +63,7 @@
overridePkgsFromFlake prev flake pkgNames;
overlays = [
(overlayPkgsFromFlake inputs.nixpkgs-stable [
"prometheus" # fails to build on unstable
# "prometheus" # fails to build on unstable
])
];