we can use unstable prometheus now
This commit is contained in:
parent
3db185aec4
commit
9ac67db109
2 changed files with 4 additions and 22 deletions
|
@ -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
|
||||
])
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue