Skip to content

Commit f25b9f4

Browse files
committed
flake: update flake.lock
Upstream (me) now uses nixos-rebuild-ng for rbld, so we pin menu to nixpkgs-unstable.
1 parent f684b3a commit f25b9f4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

flake.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
menu =
6868
{
6969
url = "github:llakala/menu";
70-
inputs.nixpkgs.follows = "nixpkgs";
70+
inputs.nixpkgs.follows = "nixpkgs-unstable";
7171
inputs.llakaLib.follows = "llakaLib"; # Reuse the same instance, so flake.lock doesn't get ugly
7272
};
7373

0 commit comments

Comments
 (0)